Added "Wet Paint" tool.
This commit is contained in:
parent
dd96740109
commit
77e346103b
9 changed files with 81 additions and 17 deletions
|
|
@ -61,5 +61,6 @@
|
|||
<li><a href="toothpaste.html">Toothpaste</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="wetpaint.html">Wet Paint</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
</body></html>
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
<h1 align="center">Tux Paint "Magic" Tool: Smudge</h1>
|
||||
<h2 align="center">By Albert Cahalan <<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>></h2>
|
||||
<p>This pushes the colors around under the mouse, like finger painting with wet paint.</p>
|
||||
<p>See also: <a href="blur.html">Blur</a></p>
|
||||
<p>See also: <a href="blur.html">Blur</a> <a href="wetpaint.html">Wet Paint</a> </p>
|
||||
</body></html>
|
||||
12
magic/magic-docs/html/wetpaint.html
Normal file
12
magic/magic-docs/html/wetpaint.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Wet Paint</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: Wet Paint</h1>
|
||||
<h2 align="center">By Albert Cahalan <<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h2>
|
||||
<p>This draws a light, smudgy coat of paint on the picture.</p>
|
||||
<p>See also: <a href="smudge.html">Smudge</a></p>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue