address review comment

This commit is contained in:
Andreas Gal 2011-07-09 16:45:23 -07:00
parent adb619941c
commit a5237dd60e

2
pdf.js
View File

@ -4016,7 +4016,7 @@ var CanvasGraphics = (function() {
ctx.transform.apply(ctx, current.textMatrix);
ctx.scale(1, -1);
ctx.translate(current.x, -1 * current.y);
ctx.translate(current.x, -current.y);
var font = current.font;
ctx.transform.apply(ctx, font.textMatrix);