Skip to content

Commit 22264c0

Browse files
committed
Fix TrueType bustage
1 parent e13164e commit 22264c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,6 +3862,7 @@ var CanvasGraphics = (function() {
38623862
// TODO: apply charSpacing, wordSpacing, textHScale
38633863

38643864
this.ctx.save();
3865+
this.ctx.transform.apply(this.ctx, this.current.textMatrix);
38653866
this.ctx.scale(1, -1);
38663867

38673868
if (this.ctx.$showText) {

0 commit comments

Comments
 (0)