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

@ -122,7 +122,7 @@
xlink:href="#linearGradient882" />
</defs>
<path
d="M 437.19986 216.64371 L 437.19986 216.64371 C 3.7787101e+16 1052.3719 439.74468 175.92661 444.83432 167.78319 C 449.92395 159.63977 457.04945 145.38878 474.86318 141.82604 C 492.67691 138.26329 496.23965 149.96946 504.38307 162.18459 C 512.52649 174.39972 505.401 189.66863 505.401 189.66863 C 505.401 189.66863 506.92789 193.23138 507.94582 190.68656 C 508.96375 188.14174 513.54442 157.60391 531.35815 150.47842 C 549.17188 143.35293 550.69877 141.82604 566.47665 146.91568 C 582.25453 152.00531 589.38002 184.07003 589.88898 190.17759 C 590.39795 196.28516 587.85313 244.63672 557.82427 267.03112 C 527.79541 289.42552 516.5982 264.99527 519.65199 266.01319 C 522.70577 267.03112 495.73069 254.30703 497.25758 252.27117 C 498.78447 250.23532 491.65898 240.05604 492.16794 242.0919 C 492.67691 244.12775 483.51556 240.56501 485.55142 245.65464 C 487.58727 250.74428 462.64805 241.58293 459.59426 242.60086 C 456.54048 243.61879 440.76261 235.98433 440.25364 232.42159 C 439.74468 228.85884 437.19986 216.64371 437.19986 216.64371 z "
d="M 437.19986 216.64371 L 437.19986 216.64371 C 0 1052.3719 439.74468 175.92661 444.83432 167.78319 C 449.92395 159.63977 457.04945 145.38878 474.86318 141.82604 C 492.67691 138.26329 496.23965 149.96946 504.38307 162.18459 C 512.52649 174.39972 505.401 189.66863 505.401 189.66863 C 505.401 189.66863 506.92789 193.23138 507.94582 190.68656 C 508.96375 188.14174 513.54442 157.60391 531.35815 150.47842 C 549.17188 143.35293 550.69877 141.82604 566.47665 146.91568 C 582.25453 152.00531 589.38002 184.07003 589.88898 190.17759 C 590.39795 196.28516 587.85313 244.63672 557.82427 267.03112 C 527.79541 289.42552 516.5982 264.99527 519.65199 266.01319 C 522.70577 267.03112 495.73069 254.30703 497.25758 252.27117 C 498.78447 250.23532 491.65898 240.05604 492.16794 242.0919 C 492.67691 244.12775 483.51556 240.56501 485.55142 245.65464 C 487.58727 250.74428 462.64805 241.58293 459.59426 242.60086 C 456.54048 243.61879 440.76261 235.98433 440.25364 232.42159 C 439.74468 228.85884 437.19986 216.64371 437.19986 216.64371 z "
style="font-size:12;fill:#d1a3c7;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;"
id="path849" />
<g

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

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)