Fix current.x for type3 font word break

This commit is contained in:
Julian Viereck 2012-09-19 22:19:21 +02:00
parent 7e648af070
commit 43f2db30b3

View File

@ -701,6 +701,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
if (glyph === null) {
// word break
this.ctx.translate(wordSpacing, 0);
current.x += wordSpacing * textHScale;
continue;
}