Sync docs to get Stamps rotation info
This commit is contained in:
parent
9c25b2fda5
commit
83ff3afcc2
25 changed files with 451 additions and 23 deletions
|
|
@ -389,6 +389,20 @@ Simplification
|
|||
"nostampcontrols=no" or "stampcontrols=yes". In both cases, may be
|
||||
overridden by the command-line option "--stampcontrols".
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
"nostamprotation=no" or "stamprotation=yes". In both cases, may be
|
||||
overridden by the command-line option "--stamprotation".
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
Some Magic tools have the option of acting like a paintbrush, or
|
||||
|
|
@ -1379,6 +1393,7 @@ Joystick
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1453,6 +1468,7 @@ Joystick
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -308,7 +308,26 @@ Available Tools
|
|||
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click to place the stamp.
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ See the "Options" documentation to learn about the
|
||||
"stamp rotation" ("stamprotation") option.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
There can be numerous categories of stamps (e.g., animals, plants,
|
||||
outer space, vehicles, people, etc.). Use the Left and Right
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostampcontrols=no</code>" or "<code>stampcontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--stampcontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostamprotation=no</code>" or "<code>stamprotation=yes</code>". In both cases, may be overridden by the command-line option "<code>--stamprotation</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
The Stamp tool is like a set of rubber stamps or stickers. It lets you paste pre-drawn or photographic images (like a picture of a horse, or a tree, or the moon) in your picture. </p>
|
||||
|
||||
<p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click to place the stamp. </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation to learn about the "stamp rotation" ("<code>stamprotation</code>") option. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
|
|
@ -389,6 +389,20 @@ Simplification
|
|||
"nostampcontrols=no" or "stampcontrols=yes". In both cases, may be
|
||||
overridden by the command-line option "--stampcontrols".
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
"nostamprotation=no" or "stamprotation=yes". In both cases, may be
|
||||
overridden by the command-line option "--stamprotation".
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
Some Magic tools have the option of acting like a paintbrush, or
|
||||
|
|
@ -1379,6 +1393,7 @@ Joystick
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1453,6 +1468,7 @@ Joystick
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -308,7 +308,26 @@ Available Tools
|
|||
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click to place the stamp.
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ See the "Options" documentation to learn about the
|
||||
"stamp rotation" ("stamprotation") option.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
There can be numerous categories of stamps (e.g., animals, plants,
|
||||
outer space, vehicles, people, etc.). Use the Left and Right
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostampcontrols=no</code>" or "<code>stampcontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--stampcontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostamprotation=no</code>" or "<code>stamprotation=yes</code>". In both cases, may be overridden by the command-line option "<code>--stamprotation</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
The Stamp tool is like a set of rubber stamps or stickers. It lets you paste pre-drawn or photographic images (like a picture of a horse, or a tree, or the moon) in your picture. </p>
|
||||
|
||||
<p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click to place the stamp. </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation to learn about the "stamp rotation" ("<code>stamprotation</code>") option. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
|
|
@ -411,6 +411,20 @@ Simplification
|
|||
"nostampcontrols=no" or "stampcontrols=yes". In both cases, may be
|
||||
overridden by the command-line option "--stampcontrols".
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
"nostamprotation=no" or "stamprotation=yes". In both cases, may be
|
||||
overridden by the command-line option "--stamprotation".
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
Certains outils Magie ont la possibilité d'agir comme un pinceau
|
||||
|
|
@ -1453,6 +1467,7 @@ Joystick
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1527,6 +1542,7 @@ Joystick
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -315,8 +315,28 @@ Outils disponibles
|
|||
ou photographiques (comme l'image d'un cheval, d'un arbre ou de la
|
||||
lune) dans votre dessin.
|
||||
|
||||
Lorsque vous déplacez la souris sur le canevas, une forme suit la
|
||||
souris, indiquant où le tampon sera placé, ainsi que sa taille.
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ See the "Options" documentation to learn about the
|
||||
"stamp rotation" ("stamprotation") option.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
Il peut y avoir de nombreuses catégories de timbres (par ex.
|
||||
animaux, plantes, espace extra-atmosphérique, véhicules,
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostampcontrols=no</code>" or "<code>stampcontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--stampcontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostamprotation=no</code>" or "<code>stamprotation=yes</code>". In both cases, may be overridden by the command-line option "<code>--stamprotation</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
L'outil Tampon montre un ensemble de tampons en caoutchouc ou d'autocollants. Il vous permet de coller des images pré-dessinées ou photographiques (comme l'image d'un cheval, d'un arbre ou de la lune) dans votre dessin. </p>
|
||||
|
||||
<p>
|
||||
Lorsque vous déplacez la souris sur le canevas, une forme suit la souris, indiquant où le tampon sera placé, ainsi que sa taille. </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation to learn about the "stamp rotation" ("<code>stamprotation</code>") option. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
|
|
@ -404,6 +404,20 @@ Simplificación
|
|||
"nostampcontrols=no" or "stampcontrols=yes". In both cases, may be
|
||||
overridden by the command-line option "--stampcontrols".
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
"nostamprotation=no" or "stamprotation=yes". In both cases, may be
|
||||
overridden by the command-line option "--stamprotation".
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
Algunhas ferramentas de Maxia teñen a opción de actuar coma un
|
||||
|
|
@ -1427,6 +1441,7 @@ Joystick
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1501,6 +1516,7 @@ Joystick
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -309,9 +309,28 @@ Ferramentas dispoñíbeis
|
|||
previamente (como a imaxe dun cabalo, unha árbore ou a lúa) na súa
|
||||
imaxe.
|
||||
|
||||
Ao mover o rato arredor do lenzo, un contorno segue o rato,
|
||||
amosando onde se colocará o selo e o grande que será. Prema para
|
||||
colocar o selo.
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ See the "Options" documentation to learn about the
|
||||
"stamp rotation" ("stamprotation") option.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
Pode haber numerosas categorías de selos (por exemplo, animais,
|
||||
plantas, espazo exterior, vehículos, persoas, etc.). Use as
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostampcontrols=no</code>" or "<code>stampcontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--stampcontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostamprotation=no</code>" or "<code>stamprotation=yes</code>". In both cases, may be overridden by the command-line option "<code>--stamprotation</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
A ferramenta Selo é como un conxunto de selos de cacho ou adhesivos. Permítelle pegar imaxes fotográficas ou debuxadas previamente (como a imaxe dun cabalo, unha árbore ou a lúa) na súa imaxe. </p>
|
||||
|
||||
<p>
|
||||
Ao mover o rato arredor do lenzo, un contorno segue o rato, amosando onde se colocará o selo e o grande que será. Prema para colocar o selo. </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation to learn about the "stamp rotation" ("<code>stamprotation</code>") option. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
|
|
@ -318,6 +318,20 @@ Windows のユーザー
|
|||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stampcontrols"
|
||||
で変更できます。
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nostamprotation=no"
|
||||
または "stamprotation=yes"
|
||||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stamprotation"
|
||||
で変更できます。
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
|
||||
|
|
@ -1174,6 +1188,7 @@ Windows のユーザー
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1247,6 +1262,7 @@ Windows のユーザー
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -216,7 +216,28 @@ Tux Paint の起動
|
|||
|
||||
「はんこ」ツールは、スタンプやステッカーを集めたようなものです。馬や木、月など、あらかじめ用意された様々な写真やイラストを絵に貼り付けることができます。
|
||||
|
||||
マウスのカーソル動きに応じて画像の輪郭が表示され、貼り付け位置と大きさがわかります。
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ "stamp rotation" ("stamprotation")
|
||||
についての詳細は、各種設定について" のドキュメントを参照して下さい。
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
スタンプは、動物、植物、宇宙、乗り物、人物といった多くのカテゴリに分類されています。セレクタの左右の矢印のボタンを使ってカテゴリを切り替えることができます。
|
||||
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nostampcontrols=no</code>" または "<code>stampcontrols=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--stampcontrols</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nostamprotation=no</code>" または "<code>stamprotation=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--stamprotation</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
「はんこ」ツールは、スタンプやステッカーを集めたようなものです。馬や木、月など、あらかじめ用意された様々な写真やイラストを絵に貼り付けることができます。 </p>
|
||||
|
||||
<p>
|
||||
マウスのカーソル動きに応じて画像の輪郭が表示され、貼り付け位置と大きさがわかります。 </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> "stamp rotation" ("<code>stamprotation</code>") についての詳細は、<a href="OPTIONS.html"><em>各種設定について</em></a>" のドキュメントを参照して下さい。 </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2022.06.04
|
||||
.TH TUXPAINT 1 "June 4, 2022" "0.9.29" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2022.09.05
|
||||
.TH TUXPAINT 1 "September 5, 2022" "0.9.29" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -65,6 +65,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nostampcontrols]
|
||||
.br
|
||||
[\-\-nostamprotation]
|
||||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
|
|
@ -211,6 +213,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-stampcontrols]
|
||||
.br
|
||||
[\-\-stamprotation]
|
||||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
|
|
@ -409,6 +413,11 @@ Disable or enable (default) buttons to control stamps. Controls include
|
|||
mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
|
||||
in all ways.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nostamprotation \-\-stamprotation
|
||||
Disable or enable (default) the rotation step when placing a stamp in the
|
||||
drawing.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nomagiccontrols \-\-magiccontrols
|
||||
Disable or enable (default) buttons to control Magic tools. Controls
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2022.06.04
|
||||
.TH TUXPAINT 1 "junio 4, 2022" "0.9.29" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2022.09.05
|
||||
.TH TUXPAINT 1 "septiembre 5, 2022" "0.9.29" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -65,6 +65,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nostampcontrols]
|
||||
.br
|
||||
[\-\-nostamprotation]
|
||||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
|
|
@ -211,6 +213,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-stampcontrols]
|
||||
.br
|
||||
[\-\-stamprotation]
|
||||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
|
|
@ -409,6 +413,11 @@ Disable or enable (default) buttons to control stamps. Controls include
|
|||
mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
|
||||
in all ways.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nostamprotation \-\-stamprotation
|
||||
Disable or enable (default) the rotation step when placing a stamp in the
|
||||
drawing.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nomagiccontrols \-\-magiccontrols
|
||||
Disable or enable (default) buttons to control Magic tools. Controls
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2022.06.04
|
||||
.TH TUXPAINT 1 "juin 4, 2022" "0.9.29" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2022.09.05
|
||||
.TH TUXPAINT 1 "septembre 5, 2022" "0.9.29" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||
|
||||
|
|
@ -65,6 +65,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
|||
.br
|
||||
[\-\-nostampcontrols]
|
||||
.br
|
||||
[\-\-nostamprotation]
|
||||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
|
|
@ -211,6 +213,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
|||
.br
|
||||
[\-\-stampcontrols]
|
||||
.br
|
||||
[\-\-stamprotation]
|
||||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
|
|
@ -419,6 +423,11 @@ Désactive ou active (par défaut) les boutons pour contrôler les tampons.
|
|||
Ces contrôles sont miroir, renverser, réduire et grossir (Note : tous les
|
||||
tampons ne sont pas forcément contrôlables.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nostamprotation \-\-stamprotation
|
||||
Disable or enable (default) the rotation step when placing a stamp in the
|
||||
drawing.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nomagiccontrols \-\-magiccontrols
|
||||
Désactive ou active (par défaut) les boutons pour contrôler les outils
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2022.06.04
|
||||
.TH TUXPAINT 1 " 4 de Xuño de 2022" "0.9.29" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2022.09.05
|
||||
.TH TUXPAINT 1 " 5 de Setembro de 2022" "0.9.29" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -65,6 +65,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nostampcontrols]
|
||||
.br
|
||||
[\-\-nostamprotation]
|
||||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
|
|
@ -211,6 +213,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-stampcontrols]
|
||||
.br
|
||||
[\-\-stamprotation]
|
||||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
|
|
@ -409,6 +413,11 @@ Disable or enable (default) buttons to control stamps. Controls include
|
|||
mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
|
||||
in all ways.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nostamprotation \-\-stamprotation
|
||||
Disable or enable (default) the rotation step when placing a stamp in the
|
||||
drawing.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nomagiccontrols \-\-magiccontrols
|
||||
Disable or enable (default) buttons to control Magic tools. Controls
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2022.06.04
|
||||
.TH TUXPAINT 1 "2022年6月 4日" "0.9.29" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2022.09.05
|
||||
.TH TUXPAINT 1 "2022年9月 5日" "0.9.29" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -65,6 +65,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nostampcontrols]
|
||||
.br
|
||||
[\-\-nostamprotation]
|
||||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
|
|
@ -211,6 +213,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-stampcontrols]
|
||||
.br
|
||||
[\-\-stamprotation]
|
||||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
|
|
@ -409,6 +413,11 @@ Disable or enable (default) buttons to control stamps. Controls include
|
|||
mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
|
||||
in all ways.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nostamprotation \-\-stamprotation
|
||||
Disable or enable (default) the rotation step when placing a stamp in the
|
||||
drawing.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nomagiccontrols \-\-magiccontrols
|
||||
Disable or enable (default) buttons to control Magic tools. Controls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue