draw2d
draw2d copied to clipboard
Fixes 136
- 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.
@freegroup have you gotten to take a look at this yet?