Target, source arg order for make* transform functions

This commit is contained in:
Tim Schaub
2018-11-17 16:28:10 +01:00
parent c169fec4a8
commit 5d528dca3b
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class CanvasImageLayerRenderer extends CanvasLayerRenderer {
rotation,
-width / 2, -height / 2
);
makeInverse(this.pixelTransform_, this.inversePixelTransform_);
makeInverse(this.inversePixelTransform_, this.pixelTransform_);
const context = this.context;
const canvas = context.canvas;