"Tessellation" magic tool documentation
This commit is contained in:
parent
076ccbd947
commit
c40479c263
89 changed files with 682 additions and 53 deletions
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Picture Decorations</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tiles</a>.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/en/html/tessellation-flat.html
Normal file
18
magic/magic-docs/en/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/en/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/en/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Pattern</a>.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Pattern Painting
|
|||
* Tiles
|
||||
* Rosette
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Picture Decorations
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles.
|
||||
See also: Tiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/en/tessellation-flat.txt
Normal file
20
magic/magic-docs/en/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Flat
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/en/tessellation-pointy.txt
Normal file
20
magic/magic-docs/en/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Pointy
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Pattern.
|
||||
See also: Pattern, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Picture Decorations</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tiles</a>.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/es_ES.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/es_ES.UTF-8/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/es_ES.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/es_ES.UTF-8/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Pattern</a>.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Pattern Painting
|
|||
* Tiles
|
||||
* Rosette
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Picture Decorations
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles.
|
||||
See also: Tiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/es_ES.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/es_ES.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Flat
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/es_ES.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/es_ES.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Pointy
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Pattern.
|
||||
See also: Pattern, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tuiles</a></li>
|
||||
<li><a href="rosette.html">Rosace</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Décorations des images</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tuiles</a>.</p>
|
||||
<p>Voir aussi : <a href="tiles.html">Tuiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/fr_FR.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/fr_FR.UTF-8/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Outil 'Magie' de Tux Paint : Tessellation Flat</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 : Tessellation Flat</h1>
|
||||
<h2 align="center">Groupe: Peindre un motif</h2>
|
||||
<h3 align="center">Auteur :
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tuiles</a>, <a href="pattern.html">Motif</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/fr_FR.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/fr_FR.UTF-8/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Outil 'Magie' de Tux Paint : Tessellation Pointy</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 : Tessellation Pointy</h1>
|
||||
<h2 align="center">Groupe: Peindre un motif</h2>
|
||||
<h3 align="center">Auteur :
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tuiles</a>, <a href="pattern.html">Motif</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Motif</a>.</p>
|
||||
<p>Voir aussi : <a href="pattern.html">Motif</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Peindre un motif
|
|||
* Tuiles
|
||||
* Rosace
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Décorations des images
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Cet outil permet de travailler avec plusieurs tailles.
|
|||
|
||||
Cet outil permet de choisir des couleurs.
|
||||
|
||||
Voir aussi : Tuiles.
|
||||
Voir aussi : Tuiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/fr_FR.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/fr_FR.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Outil 'Magie' de Tux Paint : Tessellation Flat
|
||||
|
||||
Groupe: Peindre un motif
|
||||
|
||||
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
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 : Tuiles, Motif, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/fr_FR.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/fr_FR.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Outil 'Magie' de Tux Paint : Tessellation Pointy
|
||||
|
||||
Groupe: Peindre un motif
|
||||
|
||||
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
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 : Tuiles, Motif, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ Cet outil permet de travailler avec plusieurs tailles.
|
|||
|
||||
Cet outil permet de choisir des couleurs.
|
||||
|
||||
Voir aussi : Motif.
|
||||
Voir aussi : Motif, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Picture Decorations</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tiles</a>.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/gl_ES.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/gl_ES.UTF-8/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/gl_ES.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/gl_ES.UTF-8/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Pattern</a>.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Pattern Painting
|
|||
* Tiles
|
||||
* Rosette
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Picture Decorations
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles.
|
||||
See also: Tiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/gl_ES.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/gl_ES.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Flat
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/gl_ES.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/gl_ES.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Pointy
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Pattern.
|
||||
See also: Pattern, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Picture Decorations</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tiles</a>.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/is_IS.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/is_IS.UTF-8/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/is_IS.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/is_IS.UTF-8/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Pattern</a>.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Pattern Painting
|
|||
* Tiles
|
||||
* Rosette
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Picture Decorations
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles.
|
||||
See also: Tiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/is_IS.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/is_IS.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Flat
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/is_IS.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/is_IS.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Pointy
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Pattern.
|
||||
See also: Pattern, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Picture Decorations</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Tiles</a>.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/ja_JP.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/ja_JP.UTF-8/html/tessellation-flat.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/ja_JP.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/ja_JP.UTF-8/html/tessellation-pointy.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Group: Pattern Painting</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Tiles</a>, <a href="pattern.html">Pattern</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Pattern</a>.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Pattern Painting
|
|||
* Tiles
|
||||
* Rosette
|
||||
* Picasso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Picture Decorations
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles.
|
||||
See also: Tiles, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/ja_JP.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/ja_JP.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Flat
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/ja_JP.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/ja_JP.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Tux Paint "Magic" Tool: Tessellation Pointy
|
||||
|
||||
Group: Pattern Painting
|
||||
|
||||
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
This tool is operated in a freehand fashion.
|
||||
|
||||
This tool offers multiple size settings.
|
||||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Tiles, Pattern, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ This tool offers multiple size settings.
|
|||
|
||||
This tool offers color choices.
|
||||
|
||||
See also: Pattern.
|
||||
See also: Pattern, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@
|
|||
<li><a href="tiles.html">Kuadrate</a></li>
|
||||
<li><a href="rosette.html">Rozetë</a></li>
|
||||
<li><a href="picasso.html">Pikaso</a></li>
|
||||
<li><a href="tessellation-pointy.html">Tessellation Pointy</a></li>
|
||||
<li><a href="tessellation-flat.html">Tessellation Flat</a></li>
|
||||
</ul>
|
||||
<h2>Zbukurime Fotoje</h2>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="tiles.html">Kuadrate</a>.</p>
|
||||
<p>Shihni edhe: <a href="tiles.html">Kuadrate</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/sq_AL.UTF-8/html/tessellation-flat.html
Normal file
18
magic/magic-docs/sq_AL.UTF-8/html/tessellation-flat.html
Normal 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: Tessellation Flat</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: Tessellation Flat</h1>
|
||||
<h2 align="center">Grup: Vizatim Rregullsish</h2>
|
||||
<h3 align="center">Autor:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with flat-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-flat.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="tiles.html">Kuadrate</a>, <a href="pattern.html">Mostër</a>, & <a href="tessellation-pointy.html">Tessellation Pointy</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
18
magic/magic-docs/sq_AL.UTF-8/html/tessellation-pointy.html
Normal file
18
magic/magic-docs/sq_AL.UTF-8/html/tessellation-pointy.html
Normal 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: Tessellation Pointy</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: Tessellation Pointy</h1>
|
||||
<h2 align="center">Grup: Vizatim Rregullsish</h2>
|
||||
<h3 align="center">Autor:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||
<p>Draw repeating tessellation patterns with pointy-topped hexagons.</p>
|
||||
<p align=center><img src="../../../html/images/magic_examples/tessellation-pointy.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="tiles.html">Kuadrate</a>, <a href="pattern.html">Mostër</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -12,7 +12,7 @@ Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
|
|||
<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="pattern.html">Mostër</a>.</p>
|
||||
<p>Shihni edhe: <a href="pattern.html">Mostër</a>, <a href="tessellation-pointy.html">Tessellation Pointy</a>, & <a href="tessellation-flat.html">Tessellation Flat</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.34</p>
|
||||
</body></html>
|
||||
|
|
@ -113,6 +113,8 @@ Vizatim Rregullsish
|
|||
* Kuadrate
|
||||
* Rozetë
|
||||
* Pikaso
|
||||
* Tessellation Pointy
|
||||
* Tessellation Flat
|
||||
|
||||
Zbukurime Fotoje
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Ky mjet ofron rregullime të shumta madhësie.
|
|||
|
||||
Ky mjet ofron zgjedhje ngjyrash.
|
||||
|
||||
Shihni edhe: Kuadrate.
|
||||
Shihni edhe: Kuadrate, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
20
magic/magic-docs/sq_AL.UTF-8/tessellation-flat.txt
Normal file
20
magic/magic-docs/sq_AL.UTF-8/tessellation-flat.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Mjeti “Magjik” i Tux Paint-it: Tessellation Flat
|
||||
|
||||
Grup: Vizatim Rregullsish
|
||||
|
||||
Autor: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
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: Kuadrate, Mostër, & Tessellation Pointy.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
20
magic/magic-docs/sq_AL.UTF-8/tessellation-pointy.txt
Normal file
20
magic/magic-docs/sq_AL.UTF-8/tessellation-pointy.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Mjeti “Magjik” i Tux Paint-it: Tessellation Pointy
|
||||
|
||||
Grup: Vizatim Rregullsish
|
||||
|
||||
Autor: Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
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: Kuadrate, Mostër, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.34
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ Ky mjet ofron rregullime të shumta madhësie.
|
|||
|
||||
Ky mjet ofron zgjedhje ngjyrash.
|
||||
|
||||
Shihni edhe: Mostër.
|
||||
Shihni edhe: Mostër, Tessellation Pointy, & Tessellation Flat.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue