View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#57
Thanks shin! Yeah, that makes perfect sense.

The thing is, within some of these .svg files, I'm seeing coding such as:

Code:
inkscape:pageopacity="0.0"
style="stop-color:#ffffff;stop-opacity:0;"
style="stop-color:#7f7f7f;stop-opacity:0.49803922;" 
style="stop-color:#3f3f3f;stop-opacity:0.74901961;"
style="stop-color:#000000;stop-opacity:1;"
borderopacity="1.0"
So I was wondering if it's safe to set all these numbers to 255.

If that can be done, I'll give it a try..