We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1964e2 commit 18a2627Copy full SHA for 18a2627
1 file changed
src/render/RenderPixi.js
@@ -218,7 +218,7 @@ var RenderPixi = {};
218
219
// transform the view
220
container.scale.set(1 / boundsScaleX, 1 / boundsScaleY);
221
- container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY))
+ container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY));
222
} else {
223
constraints = allConstraints;
224
}
0 commit comments