mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix TrueType bustage
This commit is contained in:
parent
e13164eca6
commit
22264c07c8
1 changed files with 1 additions and 0 deletions
1
pdf.js
1
pdf.js
|
@ -3862,6 +3862,7 @@ var CanvasGraphics = (function() {
|
|||
// TODO: apply charSpacing, wordSpacing, textHScale
|
||||
|
||||
this.ctx.save();
|
||||
this.ctx.transform.apply(this.ctx, this.current.textMatrix);
|
||||
this.ctx.scale(1, -1);
|
||||
|
||||
if (this.ctx.$showText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue