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

@ -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>