Slight cleanup of blind.c; new Checkerboard tool
Use enums everywhere; credits/copyright clean-up.
This commit is contained in:
parent
5fa952c460
commit
67b05a0579
11 changed files with 288 additions and 14 deletions
6
magic/magic-docs/en/checkerboard.txt
Normal file
6
magic/magic-docs/en/checkerboard.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Tux Paint "Magic" Tool: Checkerboard
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
This covers the entire canvas with a checkboard pattern using the current
|
||||
color. Drag to change the size of the squares.
|
||||
9
magic/magic-docs/en/html/checkerboard.html
Normal file
9
magic/magic-docs/en/html/checkerboard.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Checkerboard</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: Checkerboard</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.</p>
|
||||
</body></html>
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||
<li><a href="cartoon.html">Cartoon</a></li>
|
||||
<li><a href="chalk.html">Chalk</a></li>
|
||||
<li><a href="checkerboard.html">Checkerboard</a></li>
|
||||
<li><a href="clone.html">Clone</a></li>
|
||||
<li><a href="color_and_white.html">Color and White</a></li>
|
||||
<li><a href="color_shift.html">Color Shift</a></li>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
* Calligraphy
|
||||
* Cartoon
|
||||
* Chalk
|
||||
* Checkerboard
|
||||
* Clone
|
||||
* Color and White
|
||||
* Color Shift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue