mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 03:44:45 +00:00
a
This commit is contained in:
parent
5411085b61
commit
902b44dbda
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