Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, the attribute fill: transparent (supported in most web browsers) is not supported by Batik.
From my understanding, an easy solution would be to add "transparent" value to CSSConstants interface and in SVGPaintManager class apply the same behavior as the CSS "none" value in the createValue method.
2 svg files are included for simple exemplification.