Renamed "Sparkles" to "Light"; got it working.

Added Calligraphy tool.
This commit is contained in:
William Kendrick 2007-08-10 06:52:47 +00:00
parent bac06d7069
commit 8b11978f23
17 changed files with 482 additions and 230 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool:
Sparkles
Calligraphy
</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
@ -12,13 +12,12 @@ alink="#FF00FF">
<h1 align=center">Tux Paint "Magic" Tool:
Sparkles
Calligraphy
</h1>
<p>
This draws glowing sparkles on the canvas, in the currently-selected
color.
This paints on the canvas with a calligraphy pen.
</p>
</body></html>

View file

@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool:
Light
</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:
Light
</h1>
<p>
This draws a glowing beam on the canvas, in the currently-selected
color. The more you use it on one spot, the more white it becomes.
</p>
</body></html>