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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue