Open GoogleCodeExporter opened 9 years ago
"transparent" is from the CSS3 spec. AndroidSVG currently only handles colours
as defined in the SVG spec. Supporting all the extra CSS3 color variants is on
my to-do list.
In the meantime you can work around this by finding the element(s) that use
"transparent" and changing them to use opacity instead.
Eg. change:
fill="transparent"
to
fill-opacity="0"
Thanks for the report.
Original comment by paul.leb...@gmail.com
on 17 Jun 2014 at 8:04
Original issue reported on code.google.com by
mineus....@gmail.com
on 17 Jun 2014 at 7:49