Fix current.x for type3 font word break
This commit is contained in:
parent
7e648af070
commit
43f2db30b3
@ -701,6 +701,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
||||
if (glyph === null) {
|
||||
// word break
|
||||
this.ctx.translate(wordSpacing, 0);
|
||||
current.x += wordSpacing * textHScale;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user