This commit is contained in:
Andrea Bogazzi 2015-05-06 20:34:12 +02:00 committed by asturur
parent 5411085b61
commit 902b44dbda

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;