1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
This commit is contained in:
sbarman 2011-07-22 18:03:14 -07:00
parent 47dcd1f94b
commit 1e59dd625a

1
pdf.js
View file

@ -4224,7 +4224,6 @@ var CanvasGraphics = (function() {
var charWidth = FontMeasure.measureText(c) + charSpacing;
if (c.charCodeAt(0) == 32)
charWidth += wordSpacing;
ctx.translate(charWidth * scaleFactorX, 0);
width += charWidth;
}