Open maizy opened 8 months ago
only in browser
only 0, 90cw, 90ccw, 180
by default background images, texts, etc. are rotated too
[ ] object appearance option to ignore rotation
[ ] controls for playground
[ ] implement rotation, ideally based on some styling over surface
[x] recount coordinates for draggable items
rotation is possible with surface._svg.rotate(angle, 0, 0);.
surface._svg.rotate(angle, 0, 0);
all coordinates stay the same, so that only a counter rotation for objects with a rotation ignore flag is needed.
only in browser
only 0, 90cw, 90ccw, 180
by default background images, texts, etc. are rotated too
[ ] object appearance option to ignore rotation
[ ] controls for playground
[ ] implement rotation, ideally based on some styling over surface
[x]
recount coordinates for draggable items