From c106c61214c3ca32bd723cba863ea6bf5515a701 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 30 Jan 2022 02:27:32 -0800 Subject: [PATCH] Syncing docs for new Tile Zoom magic tool --- magic/magic-docs/en/html/index.html | 1 + magic/magic-docs/en/html/panels.html | 1 + magic/magic-docs/en/html/tilezoom.html | 16 ++++++++++++++++ magic/magic-docs/en/html/zoom.html | 3 ++- magic/magic-docs/en/index.txt | 1 + magic/magic-docs/en/panels.txt | 2 ++ magic/magic-docs/en/tilezoom.txt | 15 +++++++++++++++ magic/magic-docs/en/zoom.txt | 5 ++++- magic/magic-docs/es_ES.UTF-8/html/index.html | 1 + magic/magic-docs/es_ES.UTF-8/html/panels.html | 1 + magic/magic-docs/es_ES.UTF-8/html/tilezoom.html | 16 ++++++++++++++++ magic/magic-docs/es_ES.UTF-8/html/zoom.html | 3 ++- magic/magic-docs/es_ES.UTF-8/index.txt | 1 + magic/magic-docs/es_ES.UTF-8/panels.txt | 2 ++ magic/magic-docs/es_ES.UTF-8/tilezoom.txt | 15 +++++++++++++++ magic/magic-docs/es_ES.UTF-8/zoom.txt | 5 ++++- magic/magic-docs/fr_FR.UTF-8/html/index.html | 1 + magic/magic-docs/fr_FR.UTF-8/html/panels.html | 1 + magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html | 16 ++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/html/zoom.html | 3 ++- magic/magic-docs/fr_FR.UTF-8/index.txt | 1 + magic/magic-docs/fr_FR.UTF-8/panels.txt | 2 ++ magic/magic-docs/fr_FR.UTF-8/tilezoom.txt | 15 +++++++++++++++ magic/magic-docs/fr_FR.UTF-8/zoom.txt | 5 ++++- magic/magic-docs/gl_ES.UTF-8/html/index.html | 1 + magic/magic-docs/gl_ES.UTF-8/html/panels.html | 1 + magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html | 16 ++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/html/zoom.html | 3 ++- magic/magic-docs/gl_ES.UTF-8/index.txt | 1 + magic/magic-docs/gl_ES.UTF-8/panels.txt | 2 ++ magic/magic-docs/gl_ES.UTF-8/tilezoom.txt | 15 +++++++++++++++ magic/magic-docs/gl_ES.UTF-8/zoom.txt | 5 ++++- magic/magic-docs/ja_JP.UTF-8/html/index.html | 1 + magic/magic-docs/ja_JP.UTF-8/html/panels.html | 1 + magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html | 16 ++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/html/zoom.html | 3 ++- magic/magic-docs/ja_JP.UTF-8/index.txt | 1 + magic/magic-docs/ja_JP.UTF-8/panels.txt | 2 ++ magic/magic-docs/ja_JP.UTF-8/tilezoom.txt | 15 +++++++++++++++ magic/magic-docs/ja_JP.UTF-8/zoom.txt | 5 ++++- 40 files changed, 210 insertions(+), 10 deletions(-) create mode 100644 magic/magic-docs/en/html/tilezoom.html create mode 100644 magic/magic-docs/en/tilezoom.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/html/tilezoom.html create mode 100644 magic/magic-docs/es_ES.UTF-8/tilezoom.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/tilezoom.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/tilezoom.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/tilezoom.txt diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index f75d673fb..8254d39e4 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -51,6 +51,7 @@
  • Reflection
  • Shift
  • Stretch
  • +
  • Zoom
  • Waves
  • Wavelets
  • Zoom
  • diff --git a/magic/magic-docs/en/html/panels.html b/magic/magic-docs/en/html/panels.html index ddb37dd03..dd89a65e4 100644 --- a/magic/magic-docs/en/html/panels.html +++ b/magic/magic-docs/en/html/panels.html @@ -8,6 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/tilezoom.html b/magic/magic-docs/en/html/tilezoom.html new file mode 100644 index 000000000..78d7a3aa3 --- /dev/null +++ b/magic/magic-docs/en/html/tilezoom.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Zoom + + + +

    Tux Paint "Magic" Tool: Zoom

    +

    Group: Picture Warps

    +

    Authors: +Pere Pujal i Carabantes <pere@fornol.no-ip.org>
    +Bill Kendrick <bill@newbreedsoftware.com>
    +

    +

    Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.

    +

    See also: panels zoom

    +
    +

    Tux Paint 0.9.28

    + \ No newline at end of file diff --git a/magic/magic-docs/en/html/zoom.html b/magic/magic-docs/en/html/zoom.html index d012d9b19..3a4e079f0 100644 --- a/magic/magic-docs/en/html/zoom.html +++ b/magic/magic-docs/en/html/zoom.html @@ -7,7 +7,8 @@

    Group: Picture Warps

    Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    -

    Click and drag up to zoom in, or down to zoom out.

    +

    Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt index 228bb3539..1adb7091d 100644 --- a/magic/magic-docs/en/index.txt +++ b/magic/magic-docs/en/index.txt @@ -47,6 +47,7 @@ Picture Warps * Reflection * Shift * Stretch + * Zoom * Waves * Wavelets * Zoom diff --git a/magic/magic-docs/en/panels.txt b/magic/magic-docs/en/panels.txt index c8371ad7f..8185f0cb5 100644 --- a/magic/magic-docs/en/panels.txt +++ b/magic/magic-docs/en/panels.txt @@ -7,6 +7,8 @@ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect. + See also: tilezoom + ---------------------------------------------------------------------- Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/tilezoom.txt b/magic/magic-docs/en/tilezoom.txt new file mode 100644 index 000000000..279863278 --- /dev/null +++ b/magic/magic-docs/en/tilezoom.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Zoom + + Group: Picture Warps + + Authors: Pere Pujal i Carabantes + Bill Kendrick + + Click and drag up to zoom in, or down to zoom out. When scaling down, your + image will be tiled across the canvas. + + See also: panels zoom + + ---------------------------------------------------------------------- + + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/zoom.txt b/magic/magic-docs/en/zoom.txt index 2d56c7f55..590598164 100644 --- a/magic/magic-docs/en/zoom.txt +++ b/magic/magic-docs/en/zoom.txt @@ -4,7 +4,10 @@ Author: Pere Pujal i Carabantes - Click and drag up to zoom in, or down to zoom out. + Click and drag up to zoom in, or down to zoom out. (When scaling down, + your chosen color will be used as a background color.) + + See also: tilezoom ---------------------------------------------------------------------- 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 f75d673fb..8254d39e4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/index.html +++ b/magic/magic-docs/es_ES.UTF-8/html/index.html @@ -51,6 +51,7 @@
  • Reflection
  • Shift
  • Stretch
  • +
  • Zoom
  • Waves
  • Wavelets
  • Zoom
  • diff --git a/magic/magic-docs/es_ES.UTF-8/html/panels.html b/magic/magic-docs/es_ES.UTF-8/html/panels.html index ddb37dd03..dd89a65e4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/panels.html +++ b/magic/magic-docs/es_ES.UTF-8/html/panels.html @@ -8,6 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/tilezoom.html b/magic/magic-docs/es_ES.UTF-8/html/tilezoom.html new file mode 100644 index 000000000..78d7a3aa3 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/tilezoom.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Zoom + + + +

    Tux Paint "Magic" Tool: Zoom

    +

    Group: Picture Warps

    +

    Authors: +Pere Pujal i Carabantes <pere@fornol.no-ip.org>
    +Bill Kendrick <bill@newbreedsoftware.com>
    +

    +

    Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.

    +

    See also: panels zoom

    +
    +

    Tux Paint 0.9.28

    + \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/zoom.html b/magic/magic-docs/es_ES.UTF-8/html/zoom.html index d012d9b19..3a4e079f0 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/zoom.html +++ b/magic/magic-docs/es_ES.UTF-8/html/zoom.html @@ -7,7 +7,8 @@

    Group: Picture Warps

    Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    -

    Click and drag up to zoom in, or down to zoom out.

    +

    Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/index.txt b/magic/magic-docs/es_ES.UTF-8/index.txt index 228bb3539..1adb7091d 100644 --- a/magic/magic-docs/es_ES.UTF-8/index.txt +++ b/magic/magic-docs/es_ES.UTF-8/index.txt @@ -47,6 +47,7 @@ Picture Warps * Reflection * Shift * Stretch + * Zoom * Waves * Wavelets * Zoom diff --git a/magic/magic-docs/es_ES.UTF-8/panels.txt b/magic/magic-docs/es_ES.UTF-8/panels.txt index c8371ad7f..8185f0cb5 100644 --- a/magic/magic-docs/es_ES.UTF-8/panels.txt +++ b/magic/magic-docs/es_ES.UTF-8/panels.txt @@ -7,6 +7,8 @@ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect. + See also: tilezoom + ---------------------------------------------------------------------- Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/tilezoom.txt b/magic/magic-docs/es_ES.UTF-8/tilezoom.txt new file mode 100644 index 000000000..279863278 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/tilezoom.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Zoom + + Group: Picture Warps + + Authors: Pere Pujal i Carabantes + Bill Kendrick + + Click and drag up to zoom in, or down to zoom out. When scaling down, your + image will be tiled across the canvas. + + See also: panels zoom + + ---------------------------------------------------------------------- + + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/zoom.txt b/magic/magic-docs/es_ES.UTF-8/zoom.txt index 2d56c7f55..590598164 100644 --- a/magic/magic-docs/es_ES.UTF-8/zoom.txt +++ b/magic/magic-docs/es_ES.UTF-8/zoom.txt @@ -4,7 +4,10 @@ Author: Pere Pujal i Carabantes - Click and drag up to zoom in, or down to zoom out. + Click and drag up to zoom in, or down to zoom out. (When scaling down, + your chosen color will be used as a background color.) + + See also: tilezoom ---------------------------------------------------------------------- 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 f75d673fb..8254d39e4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/index.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html @@ -51,6 +51,7 @@
  • Reflection
  • Shift
  • Stretch
  • +
  • Zoom
  • Waves
  • Wavelets
  • Zoom
  • diff --git a/magic/magic-docs/fr_FR.UTF-8/html/panels.html b/magic/magic-docs/fr_FR.UTF-8/html/panels.html index ddb37dd03..dd89a65e4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/panels.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/panels.html @@ -8,6 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html b/magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html new file mode 100644 index 000000000..78d7a3aa3 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Zoom + + + +

    Tux Paint "Magic" Tool: Zoom

    +

    Group: Picture Warps

    +

    Authors: +Pere Pujal i Carabantes <pere@fornol.no-ip.org>
    +Bill Kendrick <bill@newbreedsoftware.com>
    +

    +

    Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.

    +

    See also: panels zoom

    +
    +

    Tux Paint 0.9.28

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/zoom.html b/magic/magic-docs/fr_FR.UTF-8/html/zoom.html index d012d9b19..3a4e079f0 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/zoom.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/zoom.html @@ -7,7 +7,8 @@

    Group: Picture Warps

    Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    -

    Click and drag up to zoom in, or down to zoom out.

    +

    Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/index.txt b/magic/magic-docs/fr_FR.UTF-8/index.txt index 228bb3539..1adb7091d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/index.txt +++ b/magic/magic-docs/fr_FR.UTF-8/index.txt @@ -47,6 +47,7 @@ Picture Warps * Reflection * Shift * Stretch + * Zoom * Waves * Wavelets * Zoom diff --git a/magic/magic-docs/fr_FR.UTF-8/panels.txt b/magic/magic-docs/fr_FR.UTF-8/panels.txt index c8371ad7f..8185f0cb5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/panels.txt +++ b/magic/magic-docs/fr_FR.UTF-8/panels.txt @@ -7,6 +7,8 @@ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect. + See also: tilezoom + ---------------------------------------------------------------------- Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/tilezoom.txt b/magic/magic-docs/fr_FR.UTF-8/tilezoom.txt new file mode 100644 index 000000000..279863278 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/tilezoom.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Zoom + + Group: Picture Warps + + Authors: Pere Pujal i Carabantes + Bill Kendrick + + Click and drag up to zoom in, or down to zoom out. When scaling down, your + image will be tiled across the canvas. + + See also: panels zoom + + ---------------------------------------------------------------------- + + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/zoom.txt b/magic/magic-docs/fr_FR.UTF-8/zoom.txt index 2d56c7f55..590598164 100644 --- a/magic/magic-docs/fr_FR.UTF-8/zoom.txt +++ b/magic/magic-docs/fr_FR.UTF-8/zoom.txt @@ -4,7 +4,10 @@ Author: Pere Pujal i Carabantes - Click and drag up to zoom in, or down to zoom out. + Click and drag up to zoom in, or down to zoom out. (When scaling down, + your chosen color will be used as a background color.) + + See also: tilezoom ---------------------------------------------------------------------- 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 d21a991dc..d566a4c0f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/index.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html @@ -51,6 +51,7 @@
  • Reflection
  • Maiúsculas
  • Stretch
  • +
  • Zoom
  • Waves
  • Wavelets
  • Zoom
  • diff --git a/magic/magic-docs/gl_ES.UTF-8/html/panels.html b/magic/magic-docs/gl_ES.UTF-8/html/panels.html index ddb37dd03..dd89a65e4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/panels.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/panels.html @@ -8,6 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html b/magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html new file mode 100644 index 000000000..78d7a3aa3 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Zoom + + + +

    Tux Paint "Magic" Tool: Zoom

    +

    Group: Picture Warps

    +

    Authors: +Pere Pujal i Carabantes <pere@fornol.no-ip.org>
    +Bill Kendrick <bill@newbreedsoftware.com>
    +

    +

    Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.

    +

    See also: panels zoom

    +
    +

    Tux Paint 0.9.28

    + \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/zoom.html b/magic/magic-docs/gl_ES.UTF-8/html/zoom.html index d012d9b19..3a4e079f0 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/zoom.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/zoom.html @@ -7,7 +7,8 @@

    Group: Picture Warps

    Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    -

    Click and drag up to zoom in, or down to zoom out.

    +

    Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/index.txt b/magic/magic-docs/gl_ES.UTF-8/index.txt index 450296370..c9de3b861 100644 --- a/magic/magic-docs/gl_ES.UTF-8/index.txt +++ b/magic/magic-docs/gl_ES.UTF-8/index.txt @@ -47,6 +47,7 @@ Picture Warps * Reflection * Mai**sculas * Stretch + * Zoom * Waves * Wavelets * Zoom diff --git a/magic/magic-docs/gl_ES.UTF-8/panels.txt b/magic/magic-docs/gl_ES.UTF-8/panels.txt index c8371ad7f..8185f0cb5 100644 --- a/magic/magic-docs/gl_ES.UTF-8/panels.txt +++ b/magic/magic-docs/gl_ES.UTF-8/panels.txt @@ -7,6 +7,8 @@ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect. + See also: tilezoom + ---------------------------------------------------------------------- Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/tilezoom.txt b/magic/magic-docs/gl_ES.UTF-8/tilezoom.txt new file mode 100644 index 000000000..279863278 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/tilezoom.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Zoom + + Group: Picture Warps + + Authors: Pere Pujal i Carabantes + Bill Kendrick + + Click and drag up to zoom in, or down to zoom out. When scaling down, your + image will be tiled across the canvas. + + See also: panels zoom + + ---------------------------------------------------------------------- + + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/zoom.txt b/magic/magic-docs/gl_ES.UTF-8/zoom.txt index 2d56c7f55..590598164 100644 --- a/magic/magic-docs/gl_ES.UTF-8/zoom.txt +++ b/magic/magic-docs/gl_ES.UTF-8/zoom.txt @@ -4,7 +4,10 @@ Author: Pere Pujal i Carabantes - Click and drag up to zoom in, or down to zoom out. + Click and drag up to zoom in, or down to zoom out. (When scaling down, + your chosen color will be used as a background color.) + + See also: tilezoom ---------------------------------------------------------------------- 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 f75d673fb..8254d39e4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -51,6 +51,7 @@
  • Reflection
  • Shift
  • Stretch
  • +
  • Zoom
  • Waves
  • Wavelets
  • Zoom
  • diff --git a/magic/magic-docs/ja_JP.UTF-8/html/panels.html b/magic/magic-docs/ja_JP.UTF-8/html/panels.html index ddb37dd03..dd89a65e4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/panels.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/panels.html @@ -8,6 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html b/magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html new file mode 100644 index 000000000..78d7a3aa3 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Zoom + + + +

    Tux Paint "Magic" Tool: Zoom

    +

    Group: Picture Warps

    +

    Authors: +Pere Pujal i Carabantes <pere@fornol.no-ip.org>
    +Bill Kendrick <bill@newbreedsoftware.com>
    +

    +

    Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.

    +

    See also: panels zoom

    +
    +

    Tux Paint 0.9.28

    + \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/zoom.html b/magic/magic-docs/ja_JP.UTF-8/html/zoom.html index d012d9b19..3a4e079f0 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/zoom.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/zoom.html @@ -7,7 +7,8 @@

    Group: Picture Warps

    Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    -

    Click and drag up to zoom in, or down to zoom out.

    +

    Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)

    +

    See also: tilezoom


    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/index.txt b/magic/magic-docs/ja_JP.UTF-8/index.txt index 228bb3539..1adb7091d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/index.txt +++ b/magic/magic-docs/ja_JP.UTF-8/index.txt @@ -47,6 +47,7 @@ Picture Warps * Reflection * Shift * Stretch + * Zoom * Waves * Wavelets * Zoom diff --git a/magic/magic-docs/ja_JP.UTF-8/panels.txt b/magic/magic-docs/ja_JP.UTF-8/panels.txt index c8371ad7f..8185f0cb5 100644 --- a/magic/magic-docs/ja_JP.UTF-8/panels.txt +++ b/magic/magic-docs/ja_JP.UTF-8/panels.txt @@ -7,6 +7,8 @@ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect. + See also: tilezoom + ---------------------------------------------------------------------- Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/tilezoom.txt b/magic/magic-docs/ja_JP.UTF-8/tilezoom.txt new file mode 100644 index 000000000..279863278 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/tilezoom.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Zoom + + Group: Picture Warps + + Authors: Pere Pujal i Carabantes + Bill Kendrick + + Click and drag up to zoom in, or down to zoom out. When scaling down, your + image will be tiled across the canvas. + + See also: panels zoom + + ---------------------------------------------------------------------- + + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/zoom.txt b/magic/magic-docs/ja_JP.UTF-8/zoom.txt index 2d56c7f55..590598164 100644 --- a/magic/magic-docs/ja_JP.UTF-8/zoom.txt +++ b/magic/magic-docs/ja_JP.UTF-8/zoom.txt @@ -4,7 +4,10 @@ Author: Pere Pujal i Carabantes - Click and drag up to zoom in, or down to zoom out. + Click and drag up to zoom in, or down to zoom out. (When scaling down, + your chosen color will be used as a background color.) + + See also: tilezoom ----------------------------------------------------------------------