https://issues.apache.org/bugzilla/show_bug.cgi?id=51105
--- Comment #9 from Thomas Deweese <[email protected]> 2011-04-24 12:00:24 EDT --- > (In reply to comment #7) > > If you wanted to test this you could replace all the "opacity:0.6" instances > > in the SVG with "fill-opacity:0.6". (In reply to comment #8) > Is there any way to do so programatically during generation the SVG using > batik? Well you can use Java Regexps, or you could use DOM, or you could use XSLT. But if you are asking if Batik will do this transformation for you; no (that would be the optimization I said Batik didn't do earlier). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
