All stamps can be forced to start at a particular size

Use the "--stampsize=..." command-line option or "stampsize=..." config.
file setting.  Use "default" to allow Tux Paint to decide.
This commit is contained in:
William Kendrick 2007-10-26 21:58:36 +00:00
parent a440a0969b
commit 8b1010d671
4 changed files with 68 additions and 6 deletions

View file

@ -9,7 +9,7 @@ http://www.tuxpaint.org/
$Id$
2007.October.25 (0.9.18)
2007.October.26 (0.9.18)
* Interface Improvements:
-----------------------
* Improved 'New' and 'Open' interface:
@ -43,6 +43,13 @@ $Id$
(Useful if kids are told to add their name to a picture when they're
done, right before printing, but they forget to hit [Enter].)
* All stamps can be forced to start at a particular size
(on a scale of 0-10, corresponding to their minimum and maximum size,
which depends on the size of the stamp, and the size of the canvas).
Use the "--stampsize=..." command-line option or "stampsize=..." config.
file setting. Use "default" to allow Tux Paint to decide (its standard
behavior).
* Documentation Improvements:
---------------------------
* Improved --usage output.