Polyfill filling polygons now
Scanline polygon fill routine based on public-domain code by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
This commit is contained in:
parent
608564b00f
commit
da837a35a2
3 changed files with 104 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ Copyright (c) 2002-2024
|
|||
Various contributors (see below, and AUTHORS.txt)
|
||||
https://tuxpaint.org/
|
||||
|
||||
2024.March.27 (0.9.33)
|
||||
2024.March.28 (0.9.33)
|
||||
* New Magic Tools:
|
||||
----------------
|
||||
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
|
||||
|
|
@ -27,6 +27,14 @@ https://tuxpaint.org/
|
|||
|
||||
* WIP Filled Polygon - Draw points to form a polygon which is filled
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
Scanline polygon fill routine based on public-domain code
|
||||
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
|
||||
Closes https://sourceforge.net/p/tuxpaint/feature-requests/251/
|
||||
+ WIP Needs docs
|
||||
+ WIP Add to new features lists
|
||||
+ WIP Needs icon
|
||||
+ WIP Needs sound effect
|
||||
+ WIP Needs testing & tweaking
|
||||
|
||||
* Improvements to Eraser tool:
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue