Releases: davidhatten/geometric-drawer
1.6.3
1.6.2
This release features a visual overhaul with a cleaner, brighter UI.
I also added a lot more manual petals, and updated the README to reflect all the new shapes
1.6.1
Added favicon support
1.6.0
Add Rectangle
Add Manual Rounded Petals
Add Square rotation feature
1.5.3
Overhaul shape drawing and shape filling. Shapes that are closed (right now, only the Claw Petal) will be filled entirely and always closed. Shapes that are petals will treat each petal as a closed shape and keep it closed.
The inner gap and outer gap options have been altered to this end. Before, they would separate petals. Now, a line will be drawn connecting them. This affects how the shapes look. If there's feedback on this, there are alternate techniques to accomplish this and eschew the connection lines spanning the inner gap and outer gaps
Establish the need for a pre-release checklist
1.5.0
- added Prism Petal
- added shape filling
- added shape reordering
- visual redesign
1.4.1
Hoek updated to 5.0.3
A security vulnerability in a dependency of dependencies needed to be updated.
1.4.0
New Shapes:
Claw Petal, a petal where both sides of the petal are mapped to the same control point
Other improvements:
Made input boxes more stable
Cleaned up a lot of code
1.3.0
New Shapes:
Curvey Petals
Pointed Petals
Improvements:
Code has been refactored to be more robust when adding new shapes, more explicit object structures.
1.2.0
New Shape: Circle Petal!
A ring shape with circles as the petals
Fixes:
gap options in Rounded Petal options weren't hooked up properly.