Sync docs for Fuzzy Eraser & 0.9.31 new Magic tools so far

This commit is contained in:
Bill Kendrick 2023-05-22 23:25:20 -07:00
parent 313555f6a1
commit 91139c9026
60 changed files with 774 additions and 43 deletions

View file

@ -79,6 +79,7 @@
<li><a href="fur.html">Fur</a></li>
<li><a href="grass.html">Grass</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="loops.html">Loops</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="metal_paint.html">Metal Paint</a></li>
<li><a href="pixels.html">Pixels</a></li>
@ -86,7 +87,10 @@
<li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="ribbon.html">Ribbon</a></li>
<li><a href="smooth.html">Smooth</a></li>
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
<li><a href="squiggles.html">Squiggles</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
</ul>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Loops</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Loops</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw loop-the-loops on the canvas, in the currently-selected color.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="smooth.html">Smooth</a> &amp; <a href="squiggles.html">Squiggles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.31</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Ribbon</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Ribbon</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This draws a flowing ribbon behind the mouse as you move it.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.31</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Smooth</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Smooth</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="loops.html">Loops</a> &amp; <a href="squiggles.html">Squiggles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.31</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Squiggles</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Squiggles</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This draws random squiggly loops, using the currently-selected color, as you move the mouse around.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>See also: <a href="smooth.html">Smooth</a> &amp; <a href="squiggles.html">Squiggles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.31</p>
</body></html>