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>

View file

@ -75,6 +75,7 @@ Painting
* Fur
* Grass
* Light
* Loops
* Maze
* Metal Paint
* Pixels
@ -82,7 +83,10 @@ Painting
* Rain
* Rainbow
* Rainbow Cycle
* Ribbon
* Smooth
* Smooth Rainbow
* Squiggles
* Toothpaste
* Wet Paint

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: Loops
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw loop-the-loops on the canvas, in the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Ribbon
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws a flowing ribbon behind the mouse as you move it.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Smooth
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw a freehand shape, which will have its curves smoothed when you
release. It draws using the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Loops & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Squiggles
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws random squiggly loops, using the currently-selected color, as
you move the mouse around.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

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>

View file

@ -75,6 +75,7 @@ Painting
* Fur
* Grass
* Light
* Loops
* Maze
* Metal Paint
* Pixels
@ -82,7 +83,10 @@ Painting
* Rain
* Rainbow
* Rainbow Cycle
* Ribbon
* Smooth
* Smooth Rainbow
* Squiggles
* Toothpaste
* Wet Paint

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: Loops
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw loop-the-loops on the canvas, in the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Ribbon
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws a flowing ribbon behind the mouse as you move it.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Smooth
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw a freehand shape, which will have its curves smoothed when you
release. It draws using the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Loops & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Squiggles
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws random squiggly loops, using the currently-selected color, as
you move the mouse around.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -80,6 +80,7 @@
<li><a href="fretwork.html">Frise</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="grass.html">Herbe</a></li>
<li><a href="loops.html">Loops</a></li>
<li><a href="light.html">Lumière</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="foam.html">Mousse</a></li>
@ -88,6 +89,9 @@
<li><a href="rain.html">Pluie</a></li>
<li><a href="rails.html">Rails</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="squiggles.html">Squiggles</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
</ul>
<h2>Pattern Painting</h2>

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>

View file

@ -76,6 +76,7 @@ Painting
* Frise
* Fur
* Herbe
* Loops
* Lumière
* Maze
* Mousse
@ -84,6 +85,9 @@ Painting
* Pluie
* Rails
* Rainbow Cycle
* Ribbon
* Smooth
* Squiggles
* Wet Paint
Pattern Painting

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: Loops
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw loop-the-loops on the canvas, in the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Ribbon
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws a flowing ribbon behind the mouse as you move it.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Smooth
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw a freehand shape, which will have its curves smoothed when you
release. It draws using the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Loops & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Squiggles
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws random squiggly loops, using the currently-selected color, as
you move the mouse around.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

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>

View file

@ -75,6 +75,7 @@ Painting
* Fur
* Grass
* Light
* Loops
* Maze
* Metal Paint
* Pixels
@ -82,7 +83,10 @@ Painting
* Rain
* Rainbow
* Rainbow Cycle
* Ribbon
* Smooth
* Smooth Rainbow
* Squiggles
* Toothpaste
* Wet Paint

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: Loops
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw loop-the-loops on the canvas, in the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Ribbon
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws a flowing ribbon behind the mouse as you move it.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Smooth
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw a freehand shape, which will have its curves smoothed when you
release. It draws using the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Loops & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Squiggles
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws random squiggly loops, using the currently-selected color, as
you move the mouse around.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -78,13 +78,17 @@
<li><a href="fretwork.html">Fretwork</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="metal_paint.html">Metal Paint</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="rails.html">Rails</a></li>
<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>
<li><a href="fur.html">「けがわ」</a></li>

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>

View file

@ -74,13 +74,17 @@ Painting
* Fretwork
* Grass
* Light
* Loops
* Metal Paint
* Pixels
* Rails
* Rain
* Rainbow
* Rainbow Cycle
* Ribbon
* Smooth
* Smooth Rainbow
* Squiggles
* Toothpaste
* Wet Paint
* 「けがわ」

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: Loops
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw loop-the-loops on the canvas, in the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Ribbon
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws a flowing ribbon behind the mouse as you move it.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Smooth
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draw a freehand shape, which will have its curves smoothed when you
release. It draws using the currently-selected color.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Loops & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: Squiggles
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This draws random squiggly loops, using the currently-selected color, as
you move the mouse around.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
See also: Smooth & Squiggles.
----------------------------------------------------------------------
Tux Paint 0.9.31