issues
search
freegroup
/
draw2d
Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
741
stars
228
forks
source link
Fixes 136
#137
Closed
southernprogrammer
closed
1 year ago
southernprogrammer
commented
4 years ago
Updated setRotationAngle on Polygon so that the rotatation angle is set as angle % 360 instead of the incorrect 360 % angle
Updated Figure to set the angle by angle % 360 (for consistency with Polygon)
Updated Polygon so that svgPathString is nullified before repainting so that it is recalculated.
southernprogrammer
commented
4 years ago
@freegroup have you gotten to take a look at this yet?