From a5237dd60e0bce310255ef831cd922a8490192a7 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Sat, 9 Jul 2011 16:45:23 -0700 Subject: [PATCH] address review comment --- pdf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf.js b/pdf.js index 912963157..bb4f75030 100644 --- a/pdf.js +++ b/pdf.js @@ -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);