Doc'ing emitter Magic tools

This commit is contained in:
Bill Kendrick 2024-12-26 21:24:33 -08:00
parent 1056db1fe4
commit 3d5f2001c1
71 changed files with 9124 additions and 7696 deletions

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Hearts
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Sparkles
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Tux Paint "Magic" Tool: Stars
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Hearts</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: Hearts</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 trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sparkles</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: Sparkles</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 trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Stars</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: Stars</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 trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Pattern Painting</h2>

View file

@ -102,6 +102,9 @@
* Toothpaste
* Wet Paint
* Light
* Hearts
* Sparkles
* Stars
* Fractal
### Pattern Painting ###

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Hearts
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Sparkles
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Tux Paint "Magic" Tool: Stars
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Hearts</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: Hearts</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 trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sparkles</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: Sparkles</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 trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Stars</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: Stars</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 trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Pattern Painting</h2>

View file

@ -102,6 +102,9 @@
* Toothpaste
* Wet Paint
* Light
* Hearts
* Sparkles
* Stars
* Fractal
### Pattern Painting ###

View file

@ -0,0 +1,21 @@
Outil 'Magie' de Tux Paint : Hearts
### Groupe: Peindre ###
## Auteur : Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
Cet outil permet de travailler en mode à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Outil 'Magie' de Tux Paint : Sparkles
### Groupe: Peindre ###
## Auteur : Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
Cet outil permet de travailler en mode à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Outil 'Magie' de Tux Paint : Stars
### Groupe: Peindre ###
## Auteur : Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
Cet outil permet de travailler en mode à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Hearts</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">Outil 'Magie' de Tux Paint : Hearts</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Sparkles</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">Outil 'Magie' de Tux Paint : Sparkles</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Stars</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">Outil 'Magie' de Tux Paint : Stars</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Dentifrice</a></li>
<li><a href="wet_paint.html">Effet mouillé</a></li>
<li><a href="light.html">Lumière</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Peindre un motif</h2>

View file

@ -102,6 +102,9 @@
* Dentifrice
* Effet mouillé
* Lumière
* Hearts
* Sparkles
* Stars
* Fractal
### Peindre un motif ###

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Hearts
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Sparkles
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Tux Paint "Magic" Tool: Stars
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Hearts</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: Hearts</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 trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sparkles</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: Sparkles</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 trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Stars</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: Stars</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 trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Pattern Painting</h2>

View file

@ -102,6 +102,9 @@
* Toothpaste
* Wet Paint
* Light
* Hearts
* Sparkles
* Stars
* Fractal
### Pattern Painting ###

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Hearts
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Sparkles
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Tux Paint "Magic" Tool: Stars
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Hearts</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: Hearts</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 trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sparkles</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: Sparkles</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 trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Stars</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: Stars</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 trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Pattern Painting</h2>

View file

@ -102,6 +102,9 @@
* Toothpaste
* Wet Paint
* Light
* Hearts
* Sparkles
* Stars
* Fractal
### Pattern Painting ###

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Hearts
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Sparkles
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Tux Paint "Magic" Tool: Stars
### Group: Painting ###
## Author: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Hearts</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: Hearts</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 trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sparkles</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: Sparkles</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 trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Stars</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: Stars</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 trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li>
<li><a href="light.html">Light</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Pattern Painting</h2>

View file

@ -102,6 +102,9 @@
* Toothpaste
* Wet Paint
* Light
* Hearts
* Sparkles
* Stars
* Fractal
### Pattern Painting ###

View file

@ -0,0 +1,21 @@
Mjeti “Magjik” i Tux Paint-it: Hearts
### Grup: Vizatim ###
## Autor: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of floating hearts. Adjust the length of the trail using the size
option.
Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Sparkles & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,21 @@
Mjeti “Magjik” i Tux Paint-it: Sparkles
### Grup: Vizatim ###
## Autor: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of falling sparkles. Adjust the length of the trail using the size
option.
Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Hearts & Stars.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,20 @@
Mjeti “Magjik” i Tux Paint-it: Stars
### Grup: Vizatim ###
## Autor: Bill Kendrick <bill@newbreedsoftware.com> ##
Draw a trail of stars. Adjust the length of the trail using the size option.
Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Hearts & Sparkles.
-------------------------------------------------------------------------------
Tux Paint 0.9.35

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Hearts</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">Mjeti “Magjik” i Tux Paint-it: Hearts</h1>
<h2 align="center">Grup: Vizatim</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of floating hearts. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_hearts.png"></p>
<p>Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="emitter_sparkles.html">Sparkles</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Sparkles</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">Mjeti “Magjik” i Tux Paint-it: Sparkles</h1>
<h2 align="center">Grup: Vizatim</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of falling sparkles. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_sparkles.png"></p>
<p>Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_stars.html">Stars</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Stars</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">Mjeti “Magjik” i Tux Paint-it: Stars</h1>
<h2 align="center">Grup: Vizatim</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draw a trail of stars. Adjust the length of the trail using the size option.</p>
<p align=center><img src="../../../html/images/magic_examples/emitter_stars.png"></p>
<p>Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="emitter_hearts.html">Hearts</a> &amp; <a href="emitter_sparkles.html">Sparkles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.35</p>
</body></html>

View file

@ -106,6 +106,9 @@
<li><a href="toothpaste.html">Pastë dhëmbësh</a></li>
<li><a href="wet_paint.html">Bojë e Njomë</a></li>
<li><a href="light.html">E çelët</a></li>
<li><a href="emitter_hearts.html">Hearts</a></li>
<li><a href="emitter_sparkles.html">Sparkles</a></li>
<li><a href="emitter_stars.html">Stars</a></li>
<li><a href="fractal.html">Fractal</a></li>
</ul>
<h2>Vizatim Rregullsish</h2>

View file

@ -102,6 +102,9 @@
* Pastë dhëmbësh
* Bojë e Njomë
* E çelët
* Hearts
* Sparkles
* Stars
* Fractal
### Vizatim Rregullsish ###