Only SVG versions of stamps are loaded, when both PNG and SVG variations are found.

Added some FIXME comments.
This commit is contained in:
William Kendrick 2007-03-22 16:57:10 +00:00
parent 631da0c11b
commit d8ca6e80fd
2 changed files with 39 additions and 4 deletions

View file

@ -9,11 +9,14 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2007.March.11 (0.9.17)
2007.March.22 (0.9.17)
* Tool Improvements:
------------------
* Stamps now supports SVG vector-based graphics! (Via Cairo library)
(Only SVG versions of stamps are loaded, when both PNG and SVG
variations are found.)
(Experimental; build with "make nosvg" to disable SVG support and
Cairo dependency.)