Update Magic docs after adding Rush (& fixing Tile Zoom)
This commit is contained in:
parent
60e90d47d9
commit
d5dc33fb6a
40 changed files with 210 additions and 45 deletions
|
|
@ -49,9 +49,10 @@
|
|||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="reflection.html">Reflection</a></li>
|
||||
<li><a href="rush.html">Rush</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="stretch.html">Stretch</a></li>
|
||||
<li><a href="tilezoom.html">Zoom</a></li>
|
||||
<li><a href="tilezoom.html">Tile Zoom</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
|
|
|
|||
16
magic/magic-docs/en/html/rush.html
Normal file
16
magic/magic-docs/en/html/rush.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Rush</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Rush</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</title>
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Zoom</h1>
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
|
||||
<p>See also: <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -45,9 +45,10 @@ Picture Warps
|
|||
* Panels
|
||||
* Perspective
|
||||
* Reflection
|
||||
* Rush
|
||||
* Shift
|
||||
* Stretch
|
||||
* Zoom
|
||||
* Tile Zoom
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Zoom
|
||||
|
|
|
|||
15
magic/magic-docs/en/rush.txt
Normal file
15
magic/magic-docs/en/rush.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Tux Paint "Magic" Tool: Rush
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag up to zoom in, or down to zoom out. The results will be
|
||||
blurred/smeared.
|
||||
|
||||
See also: rush tilezoom zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.28
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint "Magic" Tool: Zoom
|
||||
Tux Paint "Magic" Tool: Tile Zoom
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. When scaling down, your
|
||||
image will be tiled across the canvas.
|
||||
|
||||
See also: panels zoom
|
||||
See also: panels rush zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. (When scaling down,
|
||||
your chosen color will be used as a background color.)
|
||||
|
||||
See also: tilezoom
|
||||
See also: rush tilezoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@
|
|||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="reflection.html">Reflection</a></li>
|
||||
<li><a href="rush.html">Rush</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="stretch.html">Stretch</a></li>
|
||||
<li><a href="tilezoom.html">Zoom</a></li>
|
||||
<li><a href="tilezoom.html">Tile Zoom</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
|
|
|
|||
16
magic/magic-docs/es_ES.UTF-8/html/rush.html
Normal file
16
magic/magic-docs/es_ES.UTF-8/html/rush.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Rush</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Rush</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</title>
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Zoom</h1>
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
|
||||
<p>See also: <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -45,9 +45,10 @@ Picture Warps
|
|||
* Panels
|
||||
* Perspective
|
||||
* Reflection
|
||||
* Rush
|
||||
* Shift
|
||||
* Stretch
|
||||
* Zoom
|
||||
* Tile Zoom
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Zoom
|
||||
|
|
|
|||
15
magic/magic-docs/es_ES.UTF-8/rush.txt
Normal file
15
magic/magic-docs/es_ES.UTF-8/rush.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Tux Paint "Magic" Tool: Rush
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag up to zoom in, or down to zoom out. The results will be
|
||||
blurred/smeared.
|
||||
|
||||
See also: rush tilezoom zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.28
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint "Magic" Tool: Zoom
|
||||
Tux Paint "Magic" Tool: Tile Zoom
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. When scaling down, your
|
||||
image will be tiled across the canvas.
|
||||
|
||||
See also: panels zoom
|
||||
See also: panels rush zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. (When scaling down,
|
||||
your chosen color will be used as a background color.)
|
||||
|
||||
See also: tilezoom
|
||||
See also: rush tilezoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@
|
|||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="reflection.html">Reflection</a></li>
|
||||
<li><a href="rush.html">Rush</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="stretch.html">Stretch</a></li>
|
||||
<li><a href="tilezoom.html">Zoom</a></li>
|
||||
<li><a href="tilezoom.html">Tile Zoom</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
|
|
|
|||
16
magic/magic-docs/fr_FR.UTF-8/html/rush.html
Normal file
16
magic/magic-docs/fr_FR.UTF-8/html/rush.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Rush</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Rush</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</title>
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Zoom</h1>
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
|
||||
<p>See also: <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -45,9 +45,10 @@ Picture Warps
|
|||
* Panels
|
||||
* Perspective
|
||||
* Reflection
|
||||
* Rush
|
||||
* Shift
|
||||
* Stretch
|
||||
* Zoom
|
||||
* Tile Zoom
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Zoom
|
||||
|
|
|
|||
15
magic/magic-docs/fr_FR.UTF-8/rush.txt
Normal file
15
magic/magic-docs/fr_FR.UTF-8/rush.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Tux Paint "Magic" Tool: Rush
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag up to zoom in, or down to zoom out. The results will be
|
||||
blurred/smeared.
|
||||
|
||||
See also: rush tilezoom zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.28
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint "Magic" Tool: Zoom
|
||||
Tux Paint "Magic" Tool: Tile Zoom
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. When scaling down, your
|
||||
image will be tiled across the canvas.
|
||||
|
||||
See also: panels zoom
|
||||
See also: panels rush zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. (When scaling down,
|
||||
your chosen color will be used as a background color.)
|
||||
|
||||
See also: tilezoom
|
||||
See also: rush tilezoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@
|
|||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="reflection.html">Reflection</a></li>
|
||||
<li><a href="rush.html">Rush</a></li>
|
||||
<li><a href="shift.html">Maiúsculas</a></li>
|
||||
<li><a href="stretch.html">Stretch</a></li>
|
||||
<li><a href="tilezoom.html">Zoom</a></li>
|
||||
<li><a href="tilezoom.html">Tile Zoom</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
|
|
|
|||
16
magic/magic-docs/gl_ES.UTF-8/html/rush.html
Normal file
16
magic/magic-docs/gl_ES.UTF-8/html/rush.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Rush</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Rush</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</title>
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Zoom</h1>
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
|
||||
<p>See also: <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -45,9 +45,10 @@ Picture Warps
|
|||
* Panels
|
||||
* Perspective
|
||||
* Reflection
|
||||
* Rush
|
||||
* Mai**sculas
|
||||
* Stretch
|
||||
* Zoom
|
||||
* Tile Zoom
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Zoom
|
||||
|
|
|
|||
15
magic/magic-docs/gl_ES.UTF-8/rush.txt
Normal file
15
magic/magic-docs/gl_ES.UTF-8/rush.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Tux Paint "Magic" Tool: Rush
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag up to zoom in, or down to zoom out. The results will be
|
||||
blurred/smeared.
|
||||
|
||||
See also: rush tilezoom zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.28
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint "Magic" Tool: Zoom
|
||||
Tux Paint "Magic" Tool: Tile Zoom
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. When scaling down, your
|
||||
image will be tiled across the canvas.
|
||||
|
||||
See also: panels zoom
|
||||
See also: panels rush zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. (When scaling down,
|
||||
your chosen color will be used as a background color.)
|
||||
|
||||
See also: tilezoom
|
||||
See also: rush tilezoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@
|
|||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="reflection.html">Reflection</a></li>
|
||||
<li><a href="rush.html">Rush</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="stretch.html">Stretch</a></li>
|
||||
<li><a href="tilezoom.html">Zoom</a></li>
|
||||
<li><a href="tilezoom.html">Tile Zoom</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
|
|
|
|||
16
magic/magic-docs/ja_JP.UTF-8/html/rush.html
Normal file
16
magic/magic-docs/ja_JP.UTF-8/html/rush.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Rush</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Rush</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</title>
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Zoom</h1>
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
|
||||
<h2 align="center">Group: Picture Warps</h2>
|
||||
<h3 align="center">Authors:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||
<p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
|
||||
<p>See also: <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.28</p>
|
||||
</body></html>
|
||||
|
|
@ -45,9 +45,10 @@ Picture Warps
|
|||
* Panels
|
||||
* Perspective
|
||||
* Reflection
|
||||
* Rush
|
||||
* Shift
|
||||
* Stretch
|
||||
* Zoom
|
||||
* Tile Zoom
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Zoom
|
||||
|
|
|
|||
15
magic/magic-docs/ja_JP.UTF-8/rush.txt
Normal file
15
magic/magic-docs/ja_JP.UTF-8/rush.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Tux Paint "Magic" Tool: Rush
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag up to zoom in, or down to zoom out. The results will be
|
||||
blurred/smeared.
|
||||
|
||||
See also: rush tilezoom zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint 0.9.28
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint "Magic" Tool: Zoom
|
||||
Tux Paint "Magic" Tool: Tile Zoom
|
||||
|
||||
Group: Picture Warps
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. When scaling down, your
|
||||
image will be tiled across the canvas.
|
||||
|
||||
See also: panels zoom
|
||||
See also: panels rush zoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Click and drag up to zoom in, or down to zoom out. (When scaling down,
|
||||
your chosen color will be used as a background color.)
|
||||
|
||||
See also: tilezoom
|
||||
See also: rush tilezoom
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue