Added rotating dash brush

This commit is contained in:
Bill Kendrick 2021-11-15 23:53:15 -08:00
parent 1ff75a5c0c
commit 57cea83655
3 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,2 @@
rotate
spacing=10

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2021.November.8 (0.9.27)
2021.November.15 (0.9.27)
* New Magic Tools:
----------------
* "Lightning" - Draws a bolt of lightning striking between
@ -66,6 +66,8 @@ $Id$
arrow which can rotate at any angle, using the new
"rotational" brush feature.
* Added "rotating dash" brush.
* Small icons appear on brush selection buttons denoting
when the brush is animated and/or directional.
(Closes https://sourceforge.net/p/tuxpaint/bugs/183/)