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

@ -7,7 +7,7 @@
# Bill Kendrick
# bill@newbreedsoftware.com
#
# August 2, 2007 - August 2, 2007
# August 2, 2007 - August 9, 2007
# $Id$
LINKS=links -dump -no-numbering -no-references
@ -16,6 +16,7 @@ TXT_FILES= \
blocks.txt \
blur.txt \
bricks.txt \
calligraphy.txt \
cartoon.txt \
chalk.txt \
darken.txt \
@ -29,13 +30,14 @@ TXT_FILES= \
glasstile.txt \
grass.txt \
kalidescope.txt \
light.txt \
metalpaint.txt \
mirror.txt \
negative.txt \
rainbow.txt \
ripples.txt \
shift.txt \
smudge.txt \
sparkles.txt \
tint.txt \
waves.txt
@ -53,6 +55,9 @@ blur.txt: html/blur.html
bricks.txt: html/bricks.html
@$(LINKS) $< > $@
calligraphy.txt: html/calligraphy.html
@$(LINKS) $< > $@
cartoon.txt: html/cartoon.html
@$(LINKS) $< > $@
@ -110,7 +115,10 @@ ripples.txt: html/ripples.html
smudge.txt: html/smudge.html
@$(LINKS) $< > $@
sparkles.txt: html/sparkles.html
light.txt: html/light.html
@$(LINKS) $< > $@
shift.txt: html/shift.html
@$(LINKS) $< > $@
tint.txt: html/tint.html

View file

@ -0,0 +1,3 @@
Tux Paint "Magic" Tool: Calligraphy
This paints on the canvas with a calligraphy pen.

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>

View file

@ -0,0 +1,4 @@
Tux Paint "Magic" Tool: Light
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.

View file

@ -1,4 +0,0 @@
Tux Paint "Magic" Tool: Sparkles
This draws glowing sparkles on the canvas, in the currently-selected
color.