Filled Polygon example image for docs

This commit is contained in:
Bill Kendrick 2024-04-12 09:17:30 -07:00
parent 14cabfcdc7
commit f603adb648
3 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.April.11 (0.9.33)
2024.April.12 (0.9.33)
* New Magic Tools:
----------------
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
@ -89,7 +89,7 @@ https://tuxpaint.org/
+ Magic tools can provide a value that allows them to be
sorted and grouped together (rather than always relying on the
localized name of the tool).
- WIP Updated many magic tools to take advantage of this.
- Updated many magic tools to take advantage of this.
+ Note: `TP_MAGIC_API_VERSION` bumped to 0x00000009.
Bill Kendrick <bill@newbreedsoftware.com>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -8,6 +8,7 @@
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)</p>
<p align=center><img src="../../../html/images/magic_examples/filled_polygon.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers color choices.</p>
<hr size="1" noshade />