Forum Bugs

SVG's fill: transparent; not working

felipellrocha
Hi,

It seems like there is no way to set fill to transparent on a svg using Prince. I've tried a couple of things like using 'fill: transparent;', and 'fill: rgba(0, 0, 0, 0);' but nothing seems to work.

- Felipe Rocha
mikeday
Good catch, looks like a bug. We will fix this in the next release, for now you can just use "fill: none", which should have the effect that you want.
felipellrocha
That worked! Thanks!
If it helps, rgba(0, 0, 0, 0.001); also worked, though it's a bit of a hack.

- Felipe
mikeday
We have fixed this bug in Prince 9 rev 4, available now. Thanks again for letting us know.