[WIP] Shaped fill tool

Similar to radial gradient, but follows the shape of the object).
(Based on https://github.com/mattdesl/image-sdf
by Matt DesLauriers (https://www.mattdesl.com/), MIT License)
This commit is contained in:
Bill Kendrick 2023-02-24 02:18:42 -08:00
parent 559312682e
commit 3fc76953d6
135 changed files with 7508 additions and 5472 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.February.22 (0.9.29)
2023.February.24 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.
@ -71,7 +71,15 @@ https://tuxpaint.org/
* "Zoom" and "Perspective" background colors change
immediately when you select new colors.
Bill Kendrick <bill@newbreedsoftware.com>
Bill Kendrick <bill@newbreedsofware.com>
* Improvements to Fill tool:
--------------------------
* [WIP] Shaped fill tool (similar to radial gradient, but
follows the shape of the object).
Bill Kendrick <bill@newbreedsofware.com>
(Based on https://github.com/mattdesl/image-sdf
by Matt DesLauriers (https://www.mattdesl.com/), MIT License)
* New Starter
-----------