Joined: Tue Dec 25, 2007 7:23 pm Posts: 45 Location: Iowa, US
|
|
I just recently started playing around with SVGs, and using Inkscape I created a very simple ellipse. When I loaded the svg with slim I found it is putting a black border around my ellipse. After doing some digging in the slim code, I found that the NonGeometricData class is defaulting the stroke color to #000000 if an empty string is given. You can see this on line #59. I was curious if this was intended. If not, can this please be removed.
Thanks,
b2s
|
|