Fix TrueType bustage

This commit is contained in:
Vivien Nicolas 2011-07-01 07:24:48 +02:00
parent e13164eca6
commit 22264c07c8

1
pdf.js
View File

@ -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) {