Regen docs

This commit is contained in:
Bill Kendrick 2023-03-16 22:03:34 -07:00
parent 380967e56d
commit de5a2a5aae
31 changed files with 41 additions and 214 deletions

View file

@ -1,10 +1,10 @@
Tux Paint
versión 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/
junio 4, 2022
marzo 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.