mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-15 17:23:09 +00:00
Merge pull request #2175 from asturur/fix-itext-selection
fix selection itext transformatrix
This commit is contained in:
commit
934fe4782f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue