incorporating emmanuel's add-line patch

This commit is contained in:
Danny Yoo 2011-12-08 16:06:06 -05:00
parent 8aeaa902c9
commit 5ed75909bc

View File

@ -765,7 +765,7 @@ EXPORTS['add-line'] =
jsnums.toFixnum(y2-y1),
c,
true);
return makeOverlayImage(line, img, "middle", "middle");
return makeOverlayImage(line, img, x1, y1);
});