Regen docs
This commit is contained in:
parent
380967e56d
commit
de5a2a5aae
31 changed files with 41 additions and 214 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Tux Paint
|
||||
version 0.9.29 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
June 4, 2022
|
||||
March 16, 2023
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -57,20 +57,6 @@ Drawing-related
|
|||
with "--stamps" on the command line or either "nostamps=no" or
|
||||
"stamps=yes" in a configuration file.
|
||||
|
||||
The "Fill" Tool Looks Bad
|
||||
|
||||
Tux Paint is probably comparing exact pixel colors when filling.
|
||||
This is faster, but looks worse. Run the command "tuxpaint
|
||||
--verbose-version" from a command line, and you should see,
|
||||
amongst the other output: "Low Quality Flood Fill enabled".
|
||||
|
||||
To change this, you must rebuild Tux Paint from source. Be sure to
|
||||
remove or comment out any line that says:
|
||||
|
||||
#define LOW_QUALITY_FLOOD_FILL
|
||||
|
||||
in the "tuxpaint.c" file in the "src" directory.
|
||||
|
||||
Stamp outlines are always rectangles
|
||||
|
||||
Tux Paint was built with low-quality (but faster) stamp outlines.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
|||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
February 19, 2023
|
||||
March 16, 2023
|
||||
|
||||
+---------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
March 12, 2023
|
||||
March 16, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@
|
|||
version 0.9.29 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
June 4, 2022 </p>
|
||||
March 16, 2023 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -107,26 +107,6 @@
|
|||
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
The "Fill" Tool Looks Bad </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
|
||||
|
||||
<p>
|
||||
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
in the "tuxpaint.c" file in the "src" directory. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
Stamp outlines are always rectangles </dt>
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
February 19, 2023 </p>
|
||||
March 16, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
March 12, 2023 </p>
|
||||
March 16, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue