Syncing docs to capture Brush Spacing info in README
This commit is contained in:
parent
e8446d2902
commit
32bcba3a92
11 changed files with 280 additions and 20 deletions
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
November 25, 2021
|
||||
January 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -239,6 +239,25 @@ Available Tools
|
|||
As you draw, a sound is played. The bigger the brush, the
|
||||
lower the pitch.
|
||||
|
||||
Brush Spacing
|
||||
|
||||
The space between each position where a brush is applied
|
||||
to the canvas can vary. Some brushes (such as the
|
||||
footprints and flower) are spaced, by default, far enough
|
||||
apart that they don't overlap. Other brushes (such as the
|
||||
basic circular ones) are spaced closely, so they make a
|
||||
continuous stroke.
|
||||
|
||||
The default spacing of brushes may be overridden using by
|
||||
clicking within the triangular-shaped series of bars at
|
||||
the bottom right; the larger the bar, the wider the
|
||||
spacing. Brush spacing affects both tools that use the
|
||||
brushes: the "Paint" tool and the "Lines" tool.
|
||||
|
||||
(Note: If the "nobrushspacing" option is set, Tux Paint
|
||||
won't display the brush spacing controls. See the
|
||||
"Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Stamp" Tool (Rubber Stamps)
|
||||
|
|
@ -305,6 +324,11 @@ Available Tools
|
|||
finally some are both animated and directional. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
Different brushes have different spacing, leaving either a
|
||||
series of individual shapes, or a continuous stroke of the
|
||||
brush shape. Brush spacing may be adjusted. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Shapes" Tool
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
A simple drawing program for children </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br/>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
November 25, 2021 </p>
|
||||
January 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -429,6 +429,23 @@
|
|||
alt="">
|
||||
</p>
|
||||
|
||||
<strong>Brush Spacing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
|
||||
<p>
|
||||
The default spacing of brushes may be overridden using by clicking within the triangular-shaped series of bars at the bottom right; the larger the bar, the wider the spacing. Brush spacing affects both tools that use the brushes: the "Paint" tool and the "Lines" tool. </p>
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
<p>
|
||||
(<strong>Note</strong>: If the "<code>nobrushspacing</code>" option is set, Tux Paint won't display the brush spacing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation.) </p>
|
||||
</blockquote>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
||||
|
|
@ -516,6 +533,9 @@
|
|||
|
||||
<p>
|
||||
Some brushes are animated, and will show a pattern of shapes along the line. Others are directional, and will show a different shape depending on the angle of the brush. And finally some are both animated and directional. See "Paint", above, to learn more. </p>
|
||||
|
||||
<p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
|
||||
<br clear="all">
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -1151,6 +1171,14 @@
|
|||
|
||||
<p>
|
||||
<strong>Note:</strong> The slowest setting does not automatically advance through the slides. Use it for when you want to step through them manually. (This does not apply to an exported animated GIF.) </p>
|
||||
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
noviembre 25, 2021
|
||||
enero 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -239,6 +239,25 @@ Available Tools
|
|||
As you draw, a sound is played. The bigger the brush, the
|
||||
lower the pitch.
|
||||
|
||||
Brush Spacing
|
||||
|
||||
The space between each position where a brush is applied
|
||||
to the canvas can vary. Some brushes (such as the
|
||||
footprints and flower) are spaced, by default, far enough
|
||||
apart that they don't overlap. Other brushes (such as the
|
||||
basic circular ones) are spaced closely, so they make a
|
||||
continuous stroke.
|
||||
|
||||
The default spacing of brushes may be overridden using by
|
||||
clicking within the triangular-shaped series of bars at
|
||||
the bottom right; the larger the bar, the wider the
|
||||
spacing. Brush spacing affects both tools that use the
|
||||
brushes: the "Paint" tool and the "Lines" tool.
|
||||
|
||||
(Note: If the "nobrushspacing" option is set, Tux Paint
|
||||
won't display the brush spacing controls. See the
|
||||
"Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Stamp" Tool (Rubber Stamps)
|
||||
|
|
@ -305,6 +324,11 @@ Available Tools
|
|||
finally some are both animated and directional. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
Different brushes have different spacing, leaving either a
|
||||
series of individual shapes, or a continuous stroke of the
|
||||
brush shape. Brush spacing may be adjusted. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Shapes" Tool
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
A simple drawing program for children </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br/>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
noviembre 25, 2021 </p>
|
||||
enero 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -429,6 +429,23 @@
|
|||
alt="">
|
||||
</p>
|
||||
|
||||
<strong>Brush Spacing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
|
||||
<p>
|
||||
The default spacing of brushes may be overridden using by clicking within the triangular-shaped series of bars at the bottom right; the larger the bar, the wider the spacing. Brush spacing affects both tools that use the brushes: the "Paint" tool and the "Lines" tool. </p>
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
<p>
|
||||
(<strong>Note</strong>: If the "<code>nobrushspacing</code>" option is set, Tux Paint won't display the brush spacing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation.) </p>
|
||||
</blockquote>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
||||
|
|
@ -516,6 +533,9 @@
|
|||
|
||||
<p>
|
||||
Some brushes are animated, and will show a pattern of shapes along the line. Others are directional, and will show a different shape depending on the angle of the brush. And finally some are both animated and directional. See "Paint", above, to learn more. </p>
|
||||
|
||||
<p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
|
||||
<br clear="all">
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -1151,6 +1171,14 @@
|
|||
|
||||
<p>
|
||||
<strong>Note:</strong> The slowest setting does not automatically advance through the slides. Use it for when you want to step through them manually. (This does not apply to an exported animated GIF.) </p>
|
||||
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
Un programme simple pour les enfants
|
||||
|
||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
novembre 25, 2021
|
||||
janvier 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -256,6 +256,25 @@ Outils disponibles
|
|||
Pendant que vous dessinez, un son est joué. Plus la brosse
|
||||
est grosse, plus le son est grave.
|
||||
|
||||
Espacement des pinceaux
|
||||
|
||||
The space between each position where a brush is applied
|
||||
to the canvas can vary. Some brushes (such as the
|
||||
footprints and flower) are spaced, by default, far enough
|
||||
apart that they don't overlap. Other brushes (such as the
|
||||
basic circular ones) are spaced closely, so they make a
|
||||
continuous stroke.
|
||||
|
||||
The default spacing of brushes may be overridden using by
|
||||
clicking within the triangular-shaped series of bars at
|
||||
the bottom right; the larger the bar, the wider the
|
||||
spacing. Brush spacing affects both tools that use the
|
||||
brushes: the "Paint" tool and the "Lines" tool.
|
||||
|
||||
(Note: If the "nobrushspacing" option is set, Tux Paint
|
||||
won't display the brush spacing controls. See the
|
||||
"Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Tampon" (tampon de caoutchouc)
|
||||
|
|
@ -328,6 +347,11 @@ Outils disponibles
|
|||
certains sont à la fois animés et directionnels. Voir
|
||||
"Paint", au-dessus, pour en savoir plus.
|
||||
|
||||
Different brushes have different spacing, leaving either a
|
||||
series of individual shapes, or a continuous stroke of the
|
||||
brush shape. Brush spacing may be adjusted. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Formes"
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
Un programme simple pour les enfants </h3>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.<br/>
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
novembre 25, 2021 </p>
|
||||
janvier 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -429,6 +429,23 @@
|
|||
alt="">
|
||||
</p>
|
||||
|
||||
<strong>Espacement des pinceaux</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
|
||||
<p>
|
||||
The default spacing of brushes may be overridden using by clicking within the triangular-shaped series of bars at the bottom right; the larger the bar, the wider the spacing. Brush spacing affects both tools that use the brushes: the "Paint" tool and the "Lines" tool. </p>
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
<p>
|
||||
(<strong>Note</strong>: If the "<code>nobrushspacing</code>" option is set, Tux Paint won't display the brush spacing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation.) </p>
|
||||
</blockquote>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
||||
|
|
@ -516,6 +533,9 @@
|
|||
|
||||
<p>
|
||||
Certains pinceaux sont animés, et montre un ensemble formes le long d'une ligne. D'autres sont directionnels et montre des formes différentes suivant l'angle du pinceau. Et enfin certains sont à la fois animés et directionnels. Voir "Paint", au-dessus, pour en savoir plus. </p>
|
||||
|
||||
<p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
|
||||
<br clear="all">
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -1151,6 +1171,14 @@
|
|||
|
||||
<p>
|
||||
<strong>Remarque :</strong> le paramètre le plus lent ne fait pas automatiquement avancer les diapositives. Utilisez-le lorsque vous souhaitez les parcourir manuellement. (Cela ne s'applique pas à un GIF animé exporté.) </p>
|
||||
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
Un sinxelo programa de debuxo para cativos
|
||||
|
||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
25 de Novembro de 2021
|
||||
20 de Xaneiro de 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -246,6 +246,25 @@ Ferramentas dispoñíbeis
|
|||
Mentres debuxa, soa un son. Canto maior sexa o pincel, menor
|
||||
será o ton.
|
||||
|
||||
Espazado do pincel
|
||||
|
||||
The space between each position where a brush is applied
|
||||
to the canvas can vary. Some brushes (such as the
|
||||
footprints and flower) are spaced, by default, far enough
|
||||
apart that they don't overlap. Other brushes (such as the
|
||||
basic circular ones) are spaced closely, so they make a
|
||||
continuous stroke.
|
||||
|
||||
The default spacing of brushes may be overridden using by
|
||||
clicking within the triangular-shaped series of bars at
|
||||
the bottom right; the larger the bar, the wider the
|
||||
spacing. Brush spacing affects both tools that use the
|
||||
brushes: the "Paint" tool and the "Lines" tool.
|
||||
|
||||
(Note: If the "nobrushspacing" option is set, Tux Paint
|
||||
won't display the brush spacing controls. See the
|
||||
"Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Selo» (selos de caucho)
|
||||
|
|
@ -314,6 +333,11 @@ Ferramentas dispoñíbeis
|
|||
finally some are both animated and directional. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
Different brushes have different spacing, leaving either a
|
||||
series of individual shapes, or a continuous stroke of the
|
||||
brush shape. Brush spacing may be adjusted. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Formas»
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
Un sinxelo programa de debuxo para cativos </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).<br/>
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
25 de Novembro de 2021 </p>
|
||||
20 de Xaneiro de 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -429,6 +429,23 @@
|
|||
alt="">
|
||||
</p>
|
||||
|
||||
<strong>Espazado do pincel</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
|
||||
<p>
|
||||
The default spacing of brushes may be overridden using by clicking within the triangular-shaped series of bars at the bottom right; the larger the bar, the wider the spacing. Brush spacing affects both tools that use the brushes: the "Paint" tool and the "Lines" tool. </p>
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
<p>
|
||||
(<strong>Note</strong>: If the "<code>nobrushspacing</code>" option is set, Tux Paint won't display the brush spacing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation.) </p>
|
||||
</blockquote>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
||||
|
|
@ -516,6 +533,9 @@
|
|||
|
||||
<p>
|
||||
Some brushes are animated, and will show a pattern of shapes along the line. Others are directional, and will show a different shape depending on the angle of the brush. And finally some are both animated and directional. See "Paint", above, to learn more. </p>
|
||||
|
||||
<p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
|
||||
<br clear="all">
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -1151,6 +1171,14 @@
|
|||
|
||||
<p>
|
||||
<strong>Nota:</strong> O axuste máis lento non avanza automaticamente entre as diapositivas. Úseo para cando queira percorrelas manualmente. (Isto non se aplica a un GIF animado exportado). </p>
|
||||
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
BIN
docs/html/images/tool_slider.png
Normal file
BIN
docs/html/images/tool_slider.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
子供向けのシンプルなお絵かきプログラム
|
||||
|
||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
2021年11月25日
|
||||
2022年1月20日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -183,6 +183,25 @@ Tux Paint の起動
|
|||
|
||||
描画中にはサウンドが流れます。筆の大きさが大きいほど、低い音になります。
|
||||
|
||||
Brush Spacing
|
||||
|
||||
The space between each position where a brush is applied
|
||||
to the canvas can vary. Some brushes (such as the
|
||||
footprints and flower) are spaced, by default, far enough
|
||||
apart that they don't overlap. Other brushes (such as the
|
||||
basic circular ones) are spaced closely, so they make a
|
||||
continuous stroke.
|
||||
|
||||
The default spacing of brushes may be overridden using by
|
||||
clicking within the triangular-shaped series of bars at
|
||||
the bottom right; the larger the bar, the wider the
|
||||
spacing. Brush spacing affects both tools that use the
|
||||
brushes: the "Paint" tool and the "Lines" tool.
|
||||
|
||||
(Note: If the "nobrushspacing" option is set, Tux Paint
|
||||
won't display the brush spacing controls. See the
|
||||
"Options" documentation.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「はんこ」ツール
|
||||
|
|
@ -218,6 +237,11 @@ Tux Paint の起動
|
|||
アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。
|
||||
さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。
|
||||
|
||||
Different brushes have different spacing, leaving either a
|
||||
series of individual shapes, or a continuous stroke of the
|
||||
brush shape. Brush spacing may be adjusted. See "Paint",
|
||||
above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「かたち」ツール
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
子供向けのシンプルなお絵かきプログラム </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.<br/>
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2021年11月25日 </p>
|
||||
2022年1月20日 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -429,6 +429,23 @@
|
|||
alt="">
|
||||
</p>
|
||||
|
||||
<strong>Brush Spacing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
The space between each position where a brush is applied to the canvas can vary. Some brushes (such as the footprints and flower) are spaced, by default, far enough apart that they don't overlap. Other brushes (such as the basic circular ones) are spaced closely, so they make a continuous stroke. </p>
|
||||
<p>
|
||||
The default spacing of brushes may be overridden using by clicking within the triangular-shaped series of bars at the bottom right; the larger the bar, the wider the spacing. Brush spacing affects both tools that use the brushes: the "Paint" tool and the "Lines" tool. </p>
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
<p>
|
||||
(<strong>Note</strong>: If the "<code>nobrushspacing</code>" option is set, Tux Paint won't display the brush spacing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation.) </p>
|
||||
</blockquote>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
||||
|
|
@ -516,6 +533,9 @@
|
|||
|
||||
<p>
|
||||
アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。 さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。 </p>
|
||||
|
||||
<p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See "Paint", above, to learn more. </p>
|
||||
<br clear="all">
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -1151,6 +1171,14 @@
|
|||
|
||||
<p>
|
||||
<strong>注:</strong> 最も遅いスピードに設定するとスライドの自動進行が無効になります。1枚ずつ手動でスライドを進めたい場合に、この設定を用いてください。(この動作はアニメーションGIFには適用されません) </p>
|
||||
|
||||
<p align="center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue