From 14cabfcdc79f23eaea6a6c8ccfd296bcbd2fcae4 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Thu, 11 Apr 2024 00:23:44 -0700
Subject: [PATCH] Sync docs after reorg'ing & adding Magic tools
---
docs/CHANGES.txt | 8 +-
docs/en/README.txt | 9 +-
docs/en/html/README.html | 10 +-
docs/es_ES.UTF-8/README.txt | 9 +-
docs/es_ES.UTF-8/html/README.html | 10 +-
docs/fr_FR.UTF-8/README.txt | 11 +-
docs/fr_FR.UTF-8/html/README.html | 10 +-
docs/gl_ES.UTF-8/README.txt | 11 +-
docs/gl_ES.UTF-8/html/README.html | 10 +-
docs/is_IS.UTF-8/README.txt | 9 +-
docs/is_IS.UTF-8/html/README.html | 10 +-
docs/ja_JP.UTF-8/README.txt | 11 +-
docs/ja_JP.UTF-8/html/README.html | 10 +-
docs/sq_AL.UTF-8/README.txt | 9 +-
docs/sq_AL.UTF-8/html/README.html | 10 +-
magic/magic-docs/en/filled_polygon.txt | 18 ++
magic/magic-docs/en/html/filled_polygon.html | 15 ++
magic/magic-docs/en/html/index.html | 184 +++++++++---------
magic/magic-docs/en/html/reflection.html | 1 +
.../en/html/specular_reflection.html | 15 ++
magic/magic-docs/en/index.txt | 184 +++++++++---------
magic/magic-docs/en/reflection.txt | 2 +
magic/magic-docs/en/specular_reflection.txt | 17 ++
.../magic-docs/es_ES.UTF-8/filled_polygon.txt | 18 ++
.../es_ES.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/es_ES.UTF-8/html/index.html | 184 +++++++++---------
.../es_ES.UTF-8/html/reflection.html | 1 +
.../es_ES.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/es_ES.UTF-8/index.txt | 184 +++++++++---------
magic/magic-docs/es_ES.UTF-8/reflection.txt | 2 +
.../es_ES.UTF-8/specular_reflection.txt | 17 ++
.../magic-docs/fr_FR.UTF-8/filled_polygon.txt | 18 ++
.../fr_FR.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/fr_FR.UTF-8/html/index.html | 172 ++++++++--------
.../fr_FR.UTF-8/html/reflection.html | 1 +
.../fr_FR.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/fr_FR.UTF-8/index.txt | 170 ++++++++--------
magic/magic-docs/fr_FR.UTF-8/reflection.txt | 2 +
.../fr_FR.UTF-8/specular_reflection.txt | 17 ++
.../magic-docs/gl_ES.UTF-8/filled_polygon.txt | 18 ++
.../gl_ES.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/gl_ES.UTF-8/html/index.html | 184 +++++++++---------
.../gl_ES.UTF-8/html/reflection.html | 1 +
.../gl_ES.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/gl_ES.UTF-8/index.txt | 184 +++++++++---------
magic/magic-docs/gl_ES.UTF-8/reflection.txt | 2 +
.../gl_ES.UTF-8/specular_reflection.txt | 17 ++
.../magic-docs/is_IS.UTF-8/filled_polygon.txt | 18 ++
.../is_IS.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/is_IS.UTF-8/html/index.html | 184 +++++++++---------
.../is_IS.UTF-8/html/reflection.html | 1 +
.../is_IS.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/is_IS.UTF-8/index.txt | 184 +++++++++---------
magic/magic-docs/is_IS.UTF-8/reflection.txt | 2 +
.../is_IS.UTF-8/specular_reflection.txt | 17 ++
.../magic-docs/ja_JP.UTF-8/filled_polygon.txt | 18 ++
.../ja_JP.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/ja_JP.UTF-8/html/index.html | 184 +++++++++---------
.../ja_JP.UTF-8/html/reflection.html | 1 +
.../ja_JP.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/ja_JP.UTF-8/index.txt | 184 +++++++++---------
magic/magic-docs/ja_JP.UTF-8/reflection.txt | 2 +
.../ja_JP.UTF-8/specular_reflection.txt | 17 ++
.../magic-docs/sq_AL.UTF-8/filled_polygon.txt | 18 ++
.../sq_AL.UTF-8/html/filled_polygon.html | 15 ++
magic/magic-docs/sq_AL.UTF-8/html/index.html | 178 ++++++++---------
.../sq_AL.UTF-8/html/reflection.html | 1 +
.../sq_AL.UTF-8/html/specular_reflection.html | 15 ++
magic/magic-docs/sq_AL.UTF-8/index.txt | 178 ++++++++---------
magic/magic-docs/sq_AL.UTF-8/reflection.txt | 2 +
.../sq_AL.UTF-8/specular_reflection.txt | 17 ++
71 files changed, 1877 insertions(+), 1284 deletions(-)
create mode 100644 magic/magic-docs/en/filled_polygon.txt
create mode 100644 magic/magic-docs/en/html/filled_polygon.html
create mode 100644 magic/magic-docs/en/html/specular_reflection.html
create mode 100644 magic/magic-docs/en/specular_reflection.txt
create mode 100644 magic/magic-docs/es_ES.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/es_ES.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/es_ES.UTF-8/specular_reflection.txt
create mode 100644 magic/magic-docs/fr_FR.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/fr_FR.UTF-8/specular_reflection.txt
create mode 100644 magic/magic-docs/gl_ES.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/gl_ES.UTF-8/specular_reflection.txt
create mode 100644 magic/magic-docs/is_IS.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/is_IS.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/is_IS.UTF-8/specular_reflection.txt
create mode 100644 magic/magic-docs/ja_JP.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/ja_JP.UTF-8/specular_reflection.txt
create mode 100644 magic/magic-docs/sq_AL.UTF-8/filled_polygon.txt
create mode 100644 magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html
create mode 100644 magic/magic-docs/sq_AL.UTF-8/html/specular_reflection.html
create mode 100644 magic/magic-docs/sq_AL.UTF-8/specular_reflection.txt
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index d5a82f3a8..6f60b3cca 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,14 +6,13 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
-2024.April.10 (0.9.33)
+2024.April.11 (0.9.33)
* New Magic Tools:
----------------
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
faded reflection of the opposite half of the drawing.
Bill Kendrick
- + WIP Needs docs
- + WIP Add to new features lists
+ + WIP Needs screenshot (for docs)
+ WIP Needs icon
+ WIP Needs sound effect
@@ -30,8 +29,7 @@ https://tuxpaint.org/
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+
Magic Controls
@@ -973,8 +979,8 @@
📜 This option was added starting with Tux Paint version 0.9.30.
-
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h."Eraser" Tool
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index ebf594f7c..736e1d3b5 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -609,6 +609,11 @@ g."Magic" Tool (Special Effects)
tool, you can either click and drag around the picture, and/or simply click
the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
Magic Controls
@@ -642,7 +647,9 @@ g."Magic" Tool (Special Effects)
đ This option was added starting with Tux Paint version 0.9.30.
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index eee6130b9..ccf1d5baa 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -936,6 +936,12 @@
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+
Magic Controls
@@ -973,8 +979,8 @@
📜 This option was added starting with Tux Paint version 0.9.30.
-
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h."Eraser" Tool
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index bae549d33..f01a981b4 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -644,6 +644,12 @@ g.Outil "Magie" (Effets spéciaux)
l'outil, vous pouvez soit cliquer et faire glisser dans l'image, et / ou
simplement cliquer une fois sur l'image pour appliquer l'effet.
+ The Magic Tools
+
+
+ Voir les instructions pour chaque outil 'Magie' (dans le dossier
+ 'magic-docs').
+
ContrĂŽles des outils Magie
@@ -681,8 +687,9 @@ g.Outil "Magie" (Effets spéciaux)
đ Cette option a Ă©tĂ© ajoutĂ©e en dĂ©marrant la version 0.9.30 de Tux
Paint.
- Voir les instructions pour chaque outil 'Magie' (dans le dossier
- 'magic-docs').
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index 89d25e509..84b8db2f3 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -936,6 +936,12 @@
L'outil «Magie» est en fait un ensemble d'outils spéciaux. Sélectionnez l'un des effets «magiques» dans le sélecteur de droite. Ensuite, selon l'outil, vous pouvez soit cliquer et faire glisser dans l'image, et / ou simplement cliquer une fois sur l'image pour appliquer l'effet.
+ The Magic Tools
+
+
+ Voir les instructions pour chaque outil 'Magie' (dans le dossier 'magic-docs').
+
+
ContrĂŽles des outils Magie
@@ -973,8 +979,8 @@
📜 Cette option a Ă©tĂ© ajoutĂ©e en dĂ©marrant la version 0.9.30 de Tux Paint.
-
- Voir les instructions pour chaque outil 'Magie' (dans le dossier 'magic-docs').
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h.Outil "Gomme"
diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt
index 37464f8cb..08ce8ef43 100644
--- a/docs/gl_ES.UTF-8/README.txt
+++ b/docs/gl_ES.UTF-8/README.txt
@@ -620,6 +620,12 @@ g.Ferramenta «Maxia» (efectos especiais)
dependendo da ferramenta, pode premer e arrastrar arredor da imaxe e/ou
simplemente premer na imaxe unha vez para aplicar o efecto.
+ The Magic Tools
+
+
+ Consulte as instruciĂłns de cada ferramenta MĂĄxica (no cartafol
+ «magic-docs»).
+
Magic Controls
@@ -653,8 +659,9 @@ g.Ferramenta «Maxia» (efectos especiais)
đ This option was added starting with Tux Paint version 0.9.30.
- Consulte as instruciĂłns de cada ferramenta MĂĄxica (no cartafol
- «magic-docs»).
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index 550d0b056..4be913954 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -936,6 +936,12 @@
A ferramenta Maxia é realmente un conxunto de ferramentas especiais. Seleccione un dos efectos «måxicos» no selector da dereita. Após, dependendo da ferramenta, pode premer e arrastrar arredor da imaxe e/ou simplemente premer na imaxe unha vez para aplicar o efecto.
+ The Magic Tools
+
+
+ Consulte as instrucións de cada ferramenta Måxica (no cartafol «magic-docs»).
+
+
Magic Controls
@@ -973,8 +979,8 @@
📜 This option was added starting with Tux Paint version 0.9.30.
-
- Consulte as instrucións de cada ferramenta Måxica (no cartafol «magic-docs»).
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h.Ferramenta de «Goma» (de borrar)
diff --git a/docs/is_IS.UTF-8/README.txt b/docs/is_IS.UTF-8/README.txt
index 64dc311cf..47acee3d0 100644
--- a/docs/is_IS.UTF-8/README.txt
+++ b/docs/is_IS.UTF-8/README.txt
@@ -609,6 +609,11 @@ g."Magic" Tool (Special Effects)
tool, you can either click and drag around the picture, and/or simply click
the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
Magic Controls
@@ -642,7 +647,9 @@ g."Magic" Tool (Special Effects)
đ This option was added starting with Tux Paint version 0.9.30.
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html
index 332520db8..0d30657c0 100644
--- a/docs/is_IS.UTF-8/html/README.html
+++ b/docs/is_IS.UTF-8/html/README.html
@@ -936,6 +936,12 @@
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+
Magic Controls
@@ -973,8 +979,8 @@
📜 This option was added starting with Tux Paint version 0.9.30.
-
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h."Eraser" Tool
diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt
index c2a82f646..c5be60092 100644
--- a/docs/ja_JP.UTF-8/README.txt
+++ b/docs/ja_JP.UTF-8/README.txt
@@ -556,6 +556,12 @@ g.ăăŸă»ăăăăŒă«ïŒçčæźćčæïŒ
ăăŸă»ăăăźćčæăéžæăăăăšăă§ăăŸăăćčæăé©çšăăæčæłăŻăăŻăȘăăŻïŒ
ăă©ăă°ăćăȘăăŻăȘăăŻăȘă©ăăăŒă«ăăšă«æ§ă
ă§ăă
+ The Magic Tools
+
+
+ ămagic-docsăăă©ă«ăć
ăźăăă„ăĄăłăăăŸă»ăăăăŒă«ăźäžèЧăăèȘăżă
+ ă ăăă
+
ăăŸă»ăăćčæăźć¶ćŸĄ
@@ -588,8 +594,9 @@ g.ăăŸă»ăăăăŒă«ïŒçčæźćčæïŒ
đ ăăźăȘăă·ă§ăłăŻăăăŒăžă§ăł 0.9.30 仄éă§èżœć ăăăŸăăă
- ămagic-docsăăă©ă«ăć
ăźăăă„ăĄăłăăăŸă»ăăăăŒă«ăźäžèЧăăèȘăżăă ă
- ăă
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index 5171191c6..1a727f1d8 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -936,6 +936,12 @@
ăăŸă»ăăăăŒă«ăŻăæ§ă
ăȘçčæźăȘăăŒă«ăéăăăăźă§ăăćłćŽăźă»ăŹăŻăżă§ăăăŸă»ăăăźćčæăéžæăăăăšăă§ăăŸăăćčæăé©çšăăæčæłăŻăăŻăȘăăŻïŒăă©ăă°ăćăȘăăŻăȘăăŻăȘă©ăăăŒă«ăăšă«æ§ă
ă§ăă
+ The Magic Tools
+
+
+ ămagic-docsăăă©ă«ăć
ăźăăă„ăĄăłăăăŸă»ăăăăŒă«ăźäžèЧăăèȘăżăă ăăă
+
+
ăăŸă»ăăćčæăźć¶ćŸĄ
@@ -973,8 +979,8 @@
📜 ăăźăȘăă·ă§ăłăŻăăăŒăžă§ăł 0.9.30 仄éă§èżœć ăăăŸăăă
-
- ămagic-docsăăă©ă«ăć
ăźăăă„ăĄăłăăăŸă»ăăăăŒă«ăźäžèЧăăèȘăżăă ăăă
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h.ăăăŽă
diff --git a/docs/sq_AL.UTF-8/README.txt b/docs/sq_AL.UTF-8/README.txt
index c29fd881d..9b16edec0 100644
--- a/docs/sq_AL.UTF-8/README.txt
+++ b/docs/sq_AL.UTF-8/README.txt
@@ -610,6 +610,11 @@ g.Mjeti âMagjikâ (Efekte Speciale)
tool, you can either click and drag around the picture, and/or simply click
the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
Kontrolle &Magjiku
@@ -643,7 +648,9 @@ g.Mjeti âMagjikâ (Efekte Speciale)
đ This option was added starting with Tux Paint version 0.9.30.
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+ â Note: If the "ungroupmagictools" option is set, Tux Paint won't split
+ Magic tools into groups of related tools, and instead present them all as
+ one large list. See the "Options" documentation.
diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html
index 6b94c0b19..7b1b9fbf8 100644
--- a/docs/sq_AL.UTF-8/html/README.html
+++ b/docs/sq_AL.UTF-8/html/README.html
@@ -936,6 +936,12 @@
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.
+ The Magic Tools
+
+
+ See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+
Kontrolle &Magjiku
@@ -973,8 +979,8 @@
📜 This option was added starting with Tux Paint version 0.9.30.
-
- See the instructions for each Magic tool (in the 'magic-docs' folder).
+
+ ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.
h.Mjeti âGomĂ«â
diff --git a/magic/magic-docs/en/filled_polygon.txt b/magic/magic-docs/en/filled_polygon.txt
new file mode 100644
index 000000000..de9609a3a
--- /dev/null
+++ b/magic/magic-docs/en/filled_polygon.txt
@@ -0,0 +1,18 @@
+ Tux Paint "Magic" Tool: Filled Polygon
+
+ Group: Artistic
+
+ Author: Bill Kendrick
+
+Place three or more connected points on your picture to form a polygon; it will
+be filled with the currently-chosen color. (Connect the final (red) point to
+the initial (green) point.)
+
+This tool is operated in a freehand fashion.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.33
+
diff --git a/magic/magic-docs/en/html/filled_polygon.html b/magic/magic-docs/en/html/filled_polygon.html
new file mode 100644
index 000000000..042b1ec90
--- /dev/null
+++ b/magic/magic-docs/en/html/filled_polygon.html
@@ -0,0 +1,15 @@
+
+Tux Paint "Magic" Tool: Filled Polygon
+
+
+
+Tux Paint "Magic" Tool: Filled Polygon
+Group: Artistic
+
+Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+This tool is operated in a freehand fashion.
+This tool offers color choices.
+
+Tux Paint 0.9.33
+
\ No newline at end of file
diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html
index 65e665978..f9068365b 100644
--- a/magic/magic-docs/en/html/index.html
+++ b/magic/magic-docs/en/html/index.html
@@ -6,70 +6,113 @@
Tux Paint "Magic" Tool: List of Magic Tools
Distorts
Color Filters
Picture Warps
+Painting
+
+Pattern Painting
+
+Picture Decorations
+
Projections
-Painting
-
-Pattern Painting
-
-Picture Decorations
-
Artistic
Tux Paint 0.9.33
diff --git a/magic/magic-docs/en/html/reflection.html b/magic/magic-docs/en/html/reflection.html
index d482e54a1..46da8b98d 100644
--- a/magic/magic-docs/en/html/reflection.html
+++ b/magic/magic-docs/en/html/reflection.html
@@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa
Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.
+See also: Specular Reflection.
Tux Paint 0.9.33