diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 39271794f..1fd977af3 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -23,7 +23,6 @@ https://tuxpaint.org/
+ Sound effect "100_Glitch808"
Creative Commons 0 by DigitalUnderglow
- + TODO - Document
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/260/
* Magic Tool Improvements:
diff --git a/docs/en/README.txt b/docs/en/README.txt
index c28e81871..29a197c20 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- September 17, 2024
+ September 23, 2024
+-------------------------------------------------+
| Table of Contents |
@@ -109,6 +109,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index c88d5c91d..fae981b03 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -102,7 +102,7 @@
- September 17, 2024
+ September 23, 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index 2ca2f069e..76816346e 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- septiembre 17, 2024
+ septiembre 23, 2024
+-------------------------------------------------+
| Table of Contents |
@@ -109,6 +109,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 3a2740e4f..422e1225f 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- septiembre 17, 2024
+ septiembre 23, 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index 002891849..a30813566 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
- septembre 17, 2024
+ septembre 23, 2024
+-------------------------------------------------------+
| Table des matières |
@@ -114,6 +114,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index 22768af13..483ca2a5d 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- septembre 17, 2024
+ septembre 23, 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt
index 182fee12f..753f5699f 100644
--- a/docs/gl_ES.UTF-8/README.txt
+++ b/docs/gl_ES.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
- 17 de Setembro de 2024
+ 23 de Setembro de 2024
+--------------------------------------------------------+
| Índice |
@@ -110,6 +110,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index cb7e84059..32d30c46d 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 17 de Setembro de 2024
+ 23 de Setembro de 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/html/images/magic_examples/fractals.png b/docs/html/images/magic_examples/fractal.png
similarity index 100%
rename from docs/html/images/magic_examples/fractals.png
rename to docs/html/images/magic_examples/fractal.png
diff --git a/docs/is_IS.UTF-8/README.txt b/docs/is_IS.UTF-8/README.txt
index 8400d307e..91db8537d 100644
--- a/docs/is_IS.UTF-8/README.txt
+++ b/docs/is_IS.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- september 17, 2024
+ september 23, 2024
+-------------------------------------------------+
| Table of Contents |
@@ -109,6 +109,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html
index 3c9236f75..031b32c9f 100644
--- a/docs/is_IS.UTF-8/html/README.html
+++ b/docs/is_IS.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- september 17, 2024
+ september 23, 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt
index cb72de215..d530762e7 100644
--- a/docs/ja_JP.UTF-8/README.txt
+++ b/docs/ja_JP.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
- 2024年9月17日
+ 2024年9月23日
+--------------------------------------------------+
| 目次 |
@@ -107,6 +107,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index bb638e188..ddf49c80a 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 2024年9月17日
+ 2024年9月23日
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/sq_AL.UTF-8/README.txt b/docs/sq_AL.UTF-8/README.txt
index b6efaaf98..d2dacb093 100644
--- a/docs/sq_AL.UTF-8/README.txt
+++ b/docs/sq_AL.UTF-8/README.txt
@@ -6,7 +6,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
- 17 shtator 2024
+ 23 shtator 2024
+---------------------------------------------------+
| Pasqyrë e Lëndës |
@@ -109,6 +109,10 @@ New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in
early comic books.
+New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or
+ rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html
index 366c1ee6a..bdb44a3b5 100644
--- a/docs/sq_AL.UTF-8/html/README.html
+++ b/docs/sq_AL.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 17 shtator 2024
+ 23 shtator 2024
New Magic tool: Comic dots
Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.
+ New Magic tool: Fractal
+ A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
Magic API Updates
Sound pause and resume functions added.
diff --git a/magic/magic-docs/en/fractal.txt b/magic/magic-docs/en/fractal.txt
new file mode 100644
index 000000000..62187fefd
--- /dev/null
+++ b/magic/magic-docs/en/fractal.txt
@@ -0,0 +1,19 @@
+ Tux Paint "Magic" Tool: Fractal
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/en/html/fractal.html b/magic/magic-docs/en/html/fractal.html
new file mode 100644
index 000000000..9571a2c59
--- /dev/null
+++ b/magic/magic-docs/en/html/fractal.html
@@ -0,0 +1,17 @@
+
+Tux Paint "Magic" Tool: Fractal
+
+
+
+Tux Paint "Magic" Tool: Fractal
+Group: Painting
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+
+Tux Paint 0.9.34
+
\ 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 b627fa356..5b98ea8a8 100644
--- a/magic/magic-docs/en/html/index.html
+++ b/magic/magic-docs/en/html/index.html
@@ -96,6 +96,7 @@
Toothpaste
Wet Paint
Light
+Fractal
Pattern Painting
diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt
index 89071cd61..b402df126 100644
--- a/magic/magic-docs/en/index.txt
+++ b/magic/magic-docs/en/index.txt
@@ -92,6 +92,7 @@ Painting
* Toothpaste
* Wet Paint
* Light
+ * Fractal
Pattern Painting
diff --git a/magic/magic-docs/es_ES.UTF-8/fractal.txt b/magic/magic-docs/es_ES.UTF-8/fractal.txt
new file mode 100644
index 000000000..62187fefd
--- /dev/null
+++ b/magic/magic-docs/es_ES.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Tux Paint "Magic" Tool: Fractal
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/es_ES.UTF-8/html/fractal.html b/magic/magic-docs/es_ES.UTF-8/html/fractal.html
new file mode 100644
index 000000000..9571a2c59
--- /dev/null
+++ b/magic/magic-docs/es_ES.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Tux Paint "Magic" Tool: Fractal
+
+
+
+Tux Paint "Magic" Tool: Fractal
+Group: Painting
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/es_ES.UTF-8/html/index.html b/magic/magic-docs/es_ES.UTF-8/html/index.html
index b627fa356..5b98ea8a8 100644
--- a/magic/magic-docs/es_ES.UTF-8/html/index.html
+++ b/magic/magic-docs/es_ES.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Toothpaste
- Wet Paint
- Light
+- Fractal
Pattern Painting
diff --git a/magic/magic-docs/es_ES.UTF-8/index.txt b/magic/magic-docs/es_ES.UTF-8/index.txt
index 89071cd61..b402df126 100644
--- a/magic/magic-docs/es_ES.UTF-8/index.txt
+++ b/magic/magic-docs/es_ES.UTF-8/index.txt
@@ -92,6 +92,7 @@ Painting
* Toothpaste
* Wet Paint
* Light
+ * Fractal
Pattern Painting
diff --git a/magic/magic-docs/fr_FR.UTF-8/fractal.txt b/magic/magic-docs/fr_FR.UTF-8/fractal.txt
new file mode 100644
index 000000000..d195c1a28
--- /dev/null
+++ b/magic/magic-docs/fr_FR.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Outil 'Magie' de Tux Paint : Fractal
+
+ Groupe: Peindre
+
+ Auteur : Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+Cet outil permet de travailler en mode à main levée.
+
+Cet outil permet de travailler avec plusieurs tailles.
+
+Cet outil permet de choisir des couleurs.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/fr_FR.UTF-8/html/fractal.html b/magic/magic-docs/fr_FR.UTF-8/html/fractal.html
new file mode 100644
index 000000000..cb98cc77e
--- /dev/null
+++ b/magic/magic-docs/fr_FR.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Outil 'Magie' de Tux Paint : Fractal
+
+
+
+Outil 'Magie' de Tux Paint : Fractal
+Groupe: Peindre
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+Cet outil permet de travailler en mode à main levée.
+Cet outil permet de travailler avec plusieurs tailles.
+Cet outil permet de choisir des couleurs.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/fr_FR.UTF-8/html/index.html b/magic/magic-docs/fr_FR.UTF-8/html/index.html
index f19f2c81c..cf8376355 100644
--- a/magic/magic-docs/fr_FR.UTF-8/html/index.html
+++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Dentifrice
- Effet mouillé
- Lumière
+- Fractal
Peindre un motif
diff --git a/magic/magic-docs/fr_FR.UTF-8/index.txt b/magic/magic-docs/fr_FR.UTF-8/index.txt
index 9ba4410d1..6784d8a9a 100644
--- a/magic/magic-docs/fr_FR.UTF-8/index.txt
+++ b/magic/magic-docs/fr_FR.UTF-8/index.txt
@@ -92,6 +92,7 @@ Peindre
* Dentifrice
* Effet mouillé
* Lumière
+ * Fractal
Peindre un motif
diff --git a/magic/magic-docs/gl_ES.UTF-8/fractal.txt b/magic/magic-docs/gl_ES.UTF-8/fractal.txt
new file mode 100644
index 000000000..62187fefd
--- /dev/null
+++ b/magic/magic-docs/gl_ES.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Tux Paint "Magic" Tool: Fractal
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/gl_ES.UTF-8/html/fractal.html b/magic/magic-docs/gl_ES.UTF-8/html/fractal.html
new file mode 100644
index 000000000..9571a2c59
--- /dev/null
+++ b/magic/magic-docs/gl_ES.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Tux Paint "Magic" Tool: Fractal
+
+
+
+Tux Paint "Magic" Tool: Fractal
+Group: Painting
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/gl_ES.UTF-8/html/index.html b/magic/magic-docs/gl_ES.UTF-8/html/index.html
index b627fa356..5b98ea8a8 100644
--- a/magic/magic-docs/gl_ES.UTF-8/html/index.html
+++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Toothpaste
- Wet Paint
- Light
+- Fractal
Pattern Painting
diff --git a/magic/magic-docs/gl_ES.UTF-8/index.txt b/magic/magic-docs/gl_ES.UTF-8/index.txt
index 89071cd61..b402df126 100644
--- a/magic/magic-docs/gl_ES.UTF-8/index.txt
+++ b/magic/magic-docs/gl_ES.UTF-8/index.txt
@@ -92,6 +92,7 @@ Painting
* Toothpaste
* Wet Paint
* Light
+ * Fractal
Pattern Painting
diff --git a/magic/magic-docs/is_IS.UTF-8/fractal.txt b/magic/magic-docs/is_IS.UTF-8/fractal.txt
new file mode 100644
index 000000000..62187fefd
--- /dev/null
+++ b/magic/magic-docs/is_IS.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Tux Paint "Magic" Tool: Fractal
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/is_IS.UTF-8/html/fractal.html b/magic/magic-docs/is_IS.UTF-8/html/fractal.html
new file mode 100644
index 000000000..9571a2c59
--- /dev/null
+++ b/magic/magic-docs/is_IS.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Tux Paint "Magic" Tool: Fractal
+
+
+
+Tux Paint "Magic" Tool: Fractal
+Group: Painting
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/is_IS.UTF-8/html/index.html b/magic/magic-docs/is_IS.UTF-8/html/index.html
index b627fa356..5b98ea8a8 100644
--- a/magic/magic-docs/is_IS.UTF-8/html/index.html
+++ b/magic/magic-docs/is_IS.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Toothpaste
- Wet Paint
- Light
+- Fractal
Pattern Painting
diff --git a/magic/magic-docs/is_IS.UTF-8/index.txt b/magic/magic-docs/is_IS.UTF-8/index.txt
index 89071cd61..b402df126 100644
--- a/magic/magic-docs/is_IS.UTF-8/index.txt
+++ b/magic/magic-docs/is_IS.UTF-8/index.txt
@@ -92,6 +92,7 @@ Painting
* Toothpaste
* Wet Paint
* Light
+ * Fractal
Pattern Painting
diff --git a/magic/magic-docs/ja_JP.UTF-8/fractal.txt b/magic/magic-docs/ja_JP.UTF-8/fractal.txt
new file mode 100644
index 000000000..62187fefd
--- /dev/null
+++ b/magic/magic-docs/ja_JP.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Tux Paint "Magic" Tool: Fractal
+
+ Group: Painting
+
+ Author: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+This tool is operated in a freehand fashion.
+
+This tool offers multiple size settings.
+
+This tool offers color choices.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/ja_JP.UTF-8/html/fractal.html b/magic/magic-docs/ja_JP.UTF-8/html/fractal.html
new file mode 100644
index 000000000..9571a2c59
--- /dev/null
+++ b/magic/magic-docs/ja_JP.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Tux Paint "Magic" Tool: Fractal
+
+
+
+Tux Paint "Magic" Tool: Fractal
+Group: Painting
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+This tool is operated in a freehand fashion.
+This tool offers multiple size settings.
+This tool offers color choices.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/ja_JP.UTF-8/html/index.html b/magic/magic-docs/ja_JP.UTF-8/html/index.html
index b627fa356..5b98ea8a8 100644
--- a/magic/magic-docs/ja_JP.UTF-8/html/index.html
+++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Toothpaste
- Wet Paint
- Light
+- Fractal
Pattern Painting
diff --git a/magic/magic-docs/ja_JP.UTF-8/index.txt b/magic/magic-docs/ja_JP.UTF-8/index.txt
index 89071cd61..b402df126 100644
--- a/magic/magic-docs/ja_JP.UTF-8/index.txt
+++ b/magic/magic-docs/ja_JP.UTF-8/index.txt
@@ -92,6 +92,7 @@ Painting
* Toothpaste
* Wet Paint
* Light
+ * Fractal
Pattern Painting
diff --git a/magic/magic-docs/sq_AL.UTF-8/fractal.txt b/magic/magic-docs/sq_AL.UTF-8/fractal.txt
new file mode 100644
index 000000000..2e91b09b9
--- /dev/null
+++ b/magic/magic-docs/sq_AL.UTF-8/fractal.txt
@@ -0,0 +1,19 @@
+ Mjeti “Magjik” i Tux Paint-it: Fractal
+
+ Grup: Vizatim
+
+ Autor: Bill Kendrick
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating
+it as they repeat.
+
+Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
+
+Ky mjet ofron rregullime të shumta madhësie.
+
+Ky mjet ofron zgjedhje ngjyrash.
+
+-------------------------------------------------------------------------------
+
+ Tux Paint 0.9.34
+
diff --git a/magic/magic-docs/sq_AL.UTF-8/html/fractal.html b/magic/magic-docs/sq_AL.UTF-8/html/fractal.html
new file mode 100644
index 000000000..bc55f369d
--- /dev/null
+++ b/magic/magic-docs/sq_AL.UTF-8/html/fractal.html
@@ -0,0 +1,17 @@
+
+Mjeti “Magjik” i Tux Paint-it: Fractal
+
+
+
+Mjeti “Magjik” i Tux Paint-it: Fractal
+Grup: Vizatim
+
+A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.
+
+Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
+Ky mjet ofron rregullime të shumta madhësie.
+Ky mjet ofron zgjedhje ngjyrash.
+
+Tux Paint 0.9.34
+
\ No newline at end of file
diff --git a/magic/magic-docs/sq_AL.UTF-8/html/index.html b/magic/magic-docs/sq_AL.UTF-8/html/index.html
index e80d672ae..5dd97e364 100644
--- a/magic/magic-docs/sq_AL.UTF-8/html/index.html
+++ b/magic/magic-docs/sq_AL.UTF-8/html/index.html
@@ -96,6 +96,7 @@
- Pastë dhëmbësh
- Bojë e Njomë
- E çelët
+- Fractal
Vizatim Rregullsish
diff --git a/magic/magic-docs/sq_AL.UTF-8/index.txt b/magic/magic-docs/sq_AL.UTF-8/index.txt
index f3833ca2c..2f7c24ee6 100644
--- a/magic/magic-docs/sq_AL.UTF-8/index.txt
+++ b/magic/magic-docs/sq_AL.UTF-8/index.txt
@@ -92,6 +92,7 @@ Vizatim
* Pastë dhëmbësh
* Bojë e Njomë
* E çelët
+ * Fractal
Vizatim Rregullsish