Added heptagon (7-sided) shape

Also, using floats more, allowing for proper heptagon support, as
well as a non-skewed starting angle for octagons (22.5 degrees).
This commit is contained in:
Bill Kendrick 2022-01-21 00:25:42 -08:00
parent 1050e74336
commit 71c2404838
5 changed files with 81 additions and 54 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.January.20 (0.9.28)
2022.January.21 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -29,7 +29,10 @@ http://www.tuxpaint.org/
* Improvements to "Shapes" tool:
------------------------------
* Added hexagon (6-sided polygon) shape.
* Added hexagon (6-sided polygon) and heptagon (7-sided) shapes.
* Using floats more, allowing for proper heptagon support, as
well as a non-skewed starting angle for octagons (22.5 degrees).
* Localization Updates:
---------------------