Altered SVG to try and prevent Gnome panel crashes.

(As per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349415 ; 2006/01/22)
This commit is contained in:
William Kendrick 2006-01-23 00:11:01 +00:00
parent c401d9ff3c
commit 8834202c1b
2 changed files with 13 additions and 6 deletions

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2006.January.14 (0.9.16)
2006.January.22 (0.9.16)
* Translation Updates:
--------------------
* Vietnamese
@ -17,11 +17,18 @@ $Id$
* Compiling, porting and packaging updates:
-----------------------------------------
* Added script to create "locale" during Build process in Xcode on Mac OS X.
* Added script to create "locale" during Build process in Xcode on
Mac OS X.
* Made some Xcode project settings work better with 'default, out of
the box' OS X 10.4, Fink and XCode 2.1.
* Bug Fixes:
----------
* Tux Paint's scalable icon (tuxpaint-icon.svg) caused Gnome panel to
go wild (due to "libarts" bug?). Changed a vector value which apparently
fixes it (and caused no noticable changes to the icon).
* Made some Xcode project settings work better with 'default, out of the box'
OS X 10.4, Fink and XCode 2.1.
2005.November.26 (0.9.15b)