Releases: MrMazzone/easy-draw
Releases · MrMazzone/easy-draw
v1.1.0
Introduces a Line objects that accepts a points_list
to draw continuous lines with a list of points.
v1.0.9
It seems I messed up the error handling for the Polygon's point_list
🤦♂️
Fixed in v1.0.9 😁
v1.0.8
Fixed any PEP8 inconsistencies and improved documentation.
v1.0.7
Fixed bug with Polygon's points_list property. Added errors messages for improper values for RGB colors.
v1.0.6
Fixed issue with Arc object border_color property not setting properly when constructed.
v1.0.5
Moved unnecessary functions and imports. Cleaned up some of the code.
v1.0.4
Whoops! I broke event handling and rotation in the last release. Should be fixed now.
v1.0.3
Whoops. A few bugs in previous release. Fixed now!