Merge pull request #2175 from asturur/fix-itext-selection

fix selection itext transformatrix
This commit is contained in:
Juriy Zaytsev 2015-05-08 18:27:35 -04:00
commit 934fe4782f

View file

@ -328,6 +328,7 @@
ctx.save();
ctx.transform.apply(ctx, this.canvas.viewportTransform);
this.transform(ctx);
this.transformMatrix && ctx.transform.apply(ctx, this.transformMatrix);
}
else {
ctx = this.ctx;