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