Fix TrueType bustage
This commit is contained in:
parent
e13164eca6
commit
22264c07c8
1
pdf.js
1
pdf.js
@ -3862,6 +3862,7 @@ var CanvasGraphics = (function() {
|
|||||||
// TODO: apply charSpacing, wordSpacing, textHScale
|
// TODO: apply charSpacing, wordSpacing, textHScale
|
||||||
|
|
||||||
this.ctx.save();
|
this.ctx.save();
|
||||||
|
this.ctx.transform.apply(this.ctx, this.current.textMatrix);
|
||||||
this.ctx.scale(1, -1);
|
this.ctx.scale(1, -1);
|
||||||
|
|
||||||
if (this.ctx.$showText) {
|
if (this.ctx.$showText) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user