Sync docs to grab "Crescent" magic tool docs
This commit is contained in:
parent
e9db2402b1
commit
c98ab135a5
43 changed files with 309 additions and 16 deletions
|
|
@ -55,13 +55,12 @@ https://tuxpaint.org/
|
||||||
Creative Commons CC0 1.0 Universal by 0ktober
|
Creative Commons CC0 1.0 Universal by 0ktober
|
||||||
<https://freesound.org/people/0ktober/>
|
<https://freesound.org/people/0ktober/>
|
||||||
|
|
||||||
* WIP "Crescent": Draw various sorts of crescent shapes
|
* "Crescent": Draw various sorts of crescent shapes
|
||||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ Sound effect based on "Barred Owl Calling"
|
+ Sound effect based on "Barred Owl Calling"
|
||||||
<https://freesound.org/people/danielmcadams/sounds/486390/>
|
<https://freesound.org/people/danielmcadams/sounds/486390/>
|
||||||
Creative Commons CC0 1.0 Universal by Daniel McAdams
|
Creative Commons CC0 1.0 Universal by Daniel McAdams
|
||||||
<https://freesound.org/people/danielmcadams/>
|
<https://freesound.org/people/danielmcadams/>
|
||||||
+ TODO Documentation
|
|
||||||
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/262/
|
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/262/
|
||||||
|
|
||||||
* Magic Tool Improvements:
|
* Magic Tool Improvements:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
September 27, 2024
|
September 28, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -122,6 +122,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
September 27, 2024 </p>
|
September 28, 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
septiembre 27, 2024
|
septiembre 28, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -122,6 +122,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
septiembre 27, 2024 </p>
|
septiembre 28, 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
septembre 27, 2024
|
septembre 28, 2024
|
||||||
|
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
| Table des matières |
|
| Table des matières |
|
||||||
|
|
@ -127,6 +127,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
septembre 27, 2024 </p>
|
septembre 28, 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
27 de Setembro de 2024
|
28 de Setembro de 2024
|
||||||
|
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
| Índice |
|
| Índice |
|
||||||
|
|
@ -123,6 +123,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
27 de Setembro de 2024 </p>
|
28 de Setembro de 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
september 27, 2024
|
september 28, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -122,6 +122,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
september 27, 2024 </p>
|
september 28, 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2024年9月27日
|
2024年9月28日
|
||||||
|
|
||||||
+--------------------------------------------------+
|
+--------------------------------------------------+
|
||||||
| 目次 |
|
| 目次 |
|
||||||
|
|
@ -120,6 +120,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2024年9月27日 </p>
|
2024年9月28日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
27 shtator 2024
|
28 shtator 2024
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| Pasqyrë e Lëndës |
|
||||||
|
|
@ -122,6 +122,8 @@ New Magic tool: ASCII Computer
|
||||||
Transform your picture into "ASCII art", computer-style.
|
Transform your picture into "ASCII art", computer-style.
|
||||||
New Magic tool: ASCII Color Computer
|
New Magic tool: ASCII Color Computer
|
||||||
Transform your picture into colored computer "ASCII art".
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
New Magic tool: Crescent
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
27 shtator 2024 </p>
|
28 shtator 2024 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -252,6 +252,9 @@
|
||||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: Crescent</dt>
|
||||||
|
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
18
magic/magic-docs/en/crescent.txt
Normal file
18
magic/magic-docs/en/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: Crescent
|
||||||
|
|
||||||
|
Group: Painting
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
This tool is operated in a freehand fashion.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/en/html/crescent.html
Normal file
17
magic/magic-docs/en/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Group: Painting</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||||
<li><a href="ribbon.html">Ribbon</a></li>
|
<li><a href="ribbon.html">Ribbon</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Smooth</a></li>
|
<li><a href="smooth.html">Smooth</a></li>
|
||||||
<li><a href="squiggles.html">Squiggles</a></li>
|
<li><a href="squiggles.html">Squiggles</a></li>
|
||||||
<li><a href="loops.html">Loops</a></li>
|
<li><a href="loops.html">Loops</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Painting
|
||||||
* Rainbow Cycle
|
* Rainbow Cycle
|
||||||
* Calligraphy
|
* Calligraphy
|
||||||
* Ribbon
|
* Ribbon
|
||||||
|
* Crescent
|
||||||
* Smooth
|
* Smooth
|
||||||
* Squiggles
|
* Squiggles
|
||||||
* Loops
|
* Loops
|
||||||
|
|
|
||||||
18
magic/magic-docs/es_ES.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/es_ES.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: Crescent
|
||||||
|
|
||||||
|
Group: Painting
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
This tool is operated in a freehand fashion.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/es_ES.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/es_ES.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Group: Painting</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||||
<li><a href="ribbon.html">Ribbon</a></li>
|
<li><a href="ribbon.html">Ribbon</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Smooth</a></li>
|
<li><a href="smooth.html">Smooth</a></li>
|
||||||
<li><a href="squiggles.html">Squiggles</a></li>
|
<li><a href="squiggles.html">Squiggles</a></li>
|
||||||
<li><a href="loops.html">Loops</a></li>
|
<li><a href="loops.html">Loops</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Painting
|
||||||
* Rainbow Cycle
|
* Rainbow Cycle
|
||||||
* Calligraphy
|
* Calligraphy
|
||||||
* Ribbon
|
* Ribbon
|
||||||
|
* Crescent
|
||||||
* Smooth
|
* Smooth
|
||||||
* Squiggles
|
* Squiggles
|
||||||
* Loops
|
* Loops
|
||||||
|
|
|
||||||
18
magic/magic-docs/fr_FR.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/fr_FR.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Outil 'Magie' de Tux Paint : Crescent
|
||||||
|
|
||||||
|
Groupe: Peindre
|
||||||
|
|
||||||
|
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/fr_FR.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/fr_FR.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Outil 'Magie' de Tux Paint : Crescent</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 : Crescent</h1>
|
||||||
|
<h2 align="center">Groupe: Peindre</h2>
|
||||||
|
<h3 align="center">Auteur :
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Arc-en-ciel</a></li>
|
<li><a href="rainbow_cycle.html">Arc-en-ciel</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphie</a></li>
|
<li><a href="calligraphy.html">Calligraphie</a></li>
|
||||||
<li><a href="ribbon.html">Ruban</a></li>
|
<li><a href="ribbon.html">Ruban</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Doux</a></li>
|
<li><a href="smooth.html">Doux</a></li>
|
||||||
<li><a href="squiggles.html">Gribouillis</a></li>
|
<li><a href="squiggles.html">Gribouillis</a></li>
|
||||||
<li><a href="loops.html">Boucles</a></li>
|
<li><a href="loops.html">Boucles</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Peindre
|
||||||
* Arc-en-ciel
|
* Arc-en-ciel
|
||||||
* Calligraphie
|
* Calligraphie
|
||||||
* Ruban
|
* Ruban
|
||||||
|
* Crescent
|
||||||
* Doux
|
* Doux
|
||||||
* Gribouillis
|
* Gribouillis
|
||||||
* Boucles
|
* Boucles
|
||||||
|
|
|
||||||
18
magic/magic-docs/gl_ES.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/gl_ES.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: Crescent
|
||||||
|
|
||||||
|
Group: Painting
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
This tool is operated in a freehand fashion.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/gl_ES.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/gl_ES.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Group: Painting</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||||
<li><a href="ribbon.html">Ribbon</a></li>
|
<li><a href="ribbon.html">Ribbon</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Smooth</a></li>
|
<li><a href="smooth.html">Smooth</a></li>
|
||||||
<li><a href="squiggles.html">Squiggles</a></li>
|
<li><a href="squiggles.html">Squiggles</a></li>
|
||||||
<li><a href="loops.html">Loops</a></li>
|
<li><a href="loops.html">Loops</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Painting
|
||||||
* Rainbow Cycle
|
* Rainbow Cycle
|
||||||
* Calligraphy
|
* Calligraphy
|
||||||
* Ribbon
|
* Ribbon
|
||||||
|
* Crescent
|
||||||
* Smooth
|
* Smooth
|
||||||
* Squiggles
|
* Squiggles
|
||||||
* Loops
|
* Loops
|
||||||
|
|
|
||||||
18
magic/magic-docs/is_IS.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/is_IS.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: Crescent
|
||||||
|
|
||||||
|
Group: Painting
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
This tool is operated in a freehand fashion.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/is_IS.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/is_IS.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Group: Painting</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||||
<li><a href="ribbon.html">Ribbon</a></li>
|
<li><a href="ribbon.html">Ribbon</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Smooth</a></li>
|
<li><a href="smooth.html">Smooth</a></li>
|
||||||
<li><a href="squiggles.html">Squiggles</a></li>
|
<li><a href="squiggles.html">Squiggles</a></li>
|
||||||
<li><a href="loops.html">Loops</a></li>
|
<li><a href="loops.html">Loops</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Painting
|
||||||
* Rainbow Cycle
|
* Rainbow Cycle
|
||||||
* Calligraphy
|
* Calligraphy
|
||||||
* Ribbon
|
* Ribbon
|
||||||
|
* Crescent
|
||||||
* Smooth
|
* Smooth
|
||||||
* Squiggles
|
* Squiggles
|
||||||
* Loops
|
* Loops
|
||||||
|
|
|
||||||
18
magic/magic-docs/ja_JP.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/ja_JP.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: Crescent
|
||||||
|
|
||||||
|
Group: Painting
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
This tool is operated in a freehand fashion.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/ja_JP.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/ja_JP.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Group: Painting</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
|
||||||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||||
<li><a href="ribbon.html">Ribbon</a></li>
|
<li><a href="ribbon.html">Ribbon</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Smooth</a></li>
|
<li><a href="smooth.html">Smooth</a></li>
|
||||||
<li><a href="squiggles.html">Squiggles</a></li>
|
<li><a href="squiggles.html">Squiggles</a></li>
|
||||||
<li><a href="loops.html">Loops</a></li>
|
<li><a href="loops.html">Loops</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Painting
|
||||||
* Rainbow Cycle
|
* Rainbow Cycle
|
||||||
* Calligraphy
|
* Calligraphy
|
||||||
* Ribbon
|
* Ribbon
|
||||||
|
* Crescent
|
||||||
* Smooth
|
* Smooth
|
||||||
* Squiggles
|
* Squiggles
|
||||||
* Loops
|
* Loops
|
||||||
|
|
|
||||||
18
magic/magic-docs/sq_AL.UTF-8/crescent.txt
Normal file
18
magic/magic-docs/sq_AL.UTF-8/crescent.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Mjeti “Magjik” i Tux Paint-it: Crescent
|
||||||
|
|
||||||
|
Grup: Vizatim
|
||||||
|
|
||||||
|
Autor: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draw one of various crescent shapes at a chosen angle.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/sq_AL.UTF-8/html/crescent.html
Normal file
17
magic/magic-docs/sq_AL.UTF-8/html/crescent.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Crescent</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: Crescent</h1>
|
||||||
|
<h2 align="center">Grup: Vizatim</h2>
|
||||||
|
<h3 align="center">Autor:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Draw one of various crescent shapes at a chosen angle.</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/crescent.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>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
<li><a href="rainbow_cycle.html">Cikël Ylberi</a></li>
|
<li><a href="rainbow_cycle.html">Cikël Ylberi</a></li>
|
||||||
<li><a href="calligraphy.html">Bukurshkrim</a></li>
|
<li><a href="calligraphy.html">Bukurshkrim</a></li>
|
||||||
<li><a href="ribbon.html">Shirit</a></li>
|
<li><a href="ribbon.html">Shirit</a></li>
|
||||||
|
<li><a href="crescent.html">Crescent</a></li>
|
||||||
<li><a href="smooth.html">Lëmim</a></li>
|
<li><a href="smooth.html">Lëmim</a></li>
|
||||||
<li><a href="squiggles.html">Shkarravina</a></li>
|
<li><a href="squiggles.html">Shkarravina</a></li>
|
||||||
<li><a href="loops.html">Qerthuj</a></li>
|
<li><a href="loops.html">Qerthuj</a></li>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ Vizatim
|
||||||
* Cikël Ylberi
|
* Cikël Ylberi
|
||||||
* Bukurshkrim
|
* Bukurshkrim
|
||||||
* Shirit
|
* Shirit
|
||||||
|
* Crescent
|
||||||
* Lëmim
|
* Lëmim
|
||||||
* Shkarravina
|
* Shkarravina
|
||||||
* Qerthuj
|
* Qerthuj
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue