Syncing docs to grab 2-point perspective tool info

This commit is contained in:
Bill Kendrick 2023-12-21 12:17:59 -08:00
parent 9cc4e80d98
commit 9df04c6848
66 changed files with 462 additions and 24 deletions

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -231,6 +231,10 @@
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
</dl>

View file

@ -10,7 +10,7 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
This tool is operated with a single click.
See also: 1-Point Draw.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 2-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: 2-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
This tool is operated with a single click.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Draw</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: 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Select</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: 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -69,6 +69,8 @@ Painting
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,7 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
This tool is operated with a single click.
See also: 1-Point Draw.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 2-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: 2-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
This tool is operated with a single click.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Draw</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: 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Select</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: 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -69,6 +69,8 @@ Painting
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,7 @@ choose your vanishing point.
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Select & Perspective.
Voir aussi : 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
Cet outil travaille avec un seul clic.
Voir aussi : 1-Point Draw.
Voir aussi : 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Outil 'Magie' de Tux Paint : 2-Point Draw
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Outil 'Magie' de Tux Paint : 2-Point Select
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
Cet outil travaille avec un seul clic.
Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>Voir aussi : <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>Cet outil travaille avec un seul clic.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 2-Point Draw</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 : 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 2-Point Select</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 : 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>Cet outil travaille avec un seul clic.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="rainbow.html">Arc-en-ciel</a></li>
<li><a href="rainbow_cycle.html">Arc-en-ciel</a></li>
<li><a href="smooth_rainbow.html">Arc-en-ciel doux</a></li>

View file

@ -69,6 +69,8 @@ Peindre
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Arc-en-ciel
* Arc-en-ciel
* Arc-en-ciel doux

View file

@ -10,7 +10,7 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
This tool is operated with a single click.
See also: 1-Point Draw.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 2-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: 2-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
This tool is operated with a single click.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Draw</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: 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Select</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: 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -69,6 +69,8 @@ Painting
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,7 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
This tool is operated with a single click.
See also: 1-Point Draw.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 2-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: 2-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
This tool is operated with a single click.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Draw</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: 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Select</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: 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -69,6 +69,8 @@ Painting
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,7 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ tool.
This tool is operated with a single click.
See also: 1-Point Draw.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 2-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,17 @@
Tux Paint "Magic" Tool: 2-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click to position the two vanishing points that will be used with the "2-Point
Draw" tool. (Each time you click, it cycles between the two points.)
This tool is operated with a single click.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a> &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Draw</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: 2-Point Draw</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>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 2-Point Select</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: 2-Point Select</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>Click to position the two vanishing points that will be used with the "2-Point Draw" tool. (Each time you click, it cycles between the two points.)</p>
<p>This tool is operated with a single click.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -73,6 +73,8 @@
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -69,6 +69,8 @@ Painting
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* Bricks
* Calligraphy
* Confetti