Rotate images

This commit is contained in:
Tim Schaub
2018-11-14 22:07:49 +01:00
parent b5378deb45
commit 8b077c66d8
2 changed files with 5 additions and 3 deletions

View File

@@ -700,8 +700,8 @@ class CanvasExecutor {
backgroundFill = backgroundStroke = false;
}
if (rotateWithView) {
rotation += viewRotation;
if (!rotateWithView) {
rotation -= viewRotation;
}
let widthIndex = 0;
for (; d < dd; d += 2) {