Ability to disable Template creation from Open dialog
This commit is contained in:
parent
36d7e0daf3
commit
65378f6fdd
30 changed files with 291 additions and 72 deletions
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2023年5月18日 </p>
|
||||
2023年5月29日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -556,7 +556,7 @@
|
|||
alt="">
|
||||
</div>
|
||||
|
||||
<strong>ブラシの描画間隔</strong>
|
||||
<strong id="brush_spacing">ブラシの描画間隔</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
「ふで」でキャンバスに描画する際の間隔を変更できます。標準で、いくつかのブラシ (足跡や花など) は重ならないように十分な間隔を空けてあります。他のブラシ (基本的な円形のものなど) は狭い間隔で連続した線になるように設定されています。 </p>
|
||||
|
|
@ -699,7 +699,7 @@
|
|||
アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。 さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。 </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 the <a href="#brush_spacing">brush spacing</a> section of the "Paint" tool, above, to learn more. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_lines.png"
|
||||
|
|
@ -1161,7 +1161,10 @@
|
|||
<div class="screenshot-right-after"></div>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.31. </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> The Template creation feature can be disabled (e.g., by selecting "Disable 'Make Template'" in <em>Tux Paint Config.</em> or running <em>Tux Paint</em> with the "<code>notemplateexport</code>" option). </p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue