Closed IgorGanapolsky closed 9 years ago
What's the SVG you're trying to rasterize?
@dlew This one: http://cl.ly/2O1U3Q3l2m0i?_ga=1.232834013.2145686362.1436888762
The rasterizer has a problem with this specifically:
The attribute "opacity" represents an invalid CSS value ("8.000000e-02").
I'm not sure if that's a valid number format or not here, but regardless, this is a problem with the Batik rasterizer (which Victor uses), not Victor itself. You could either fix your SVG (use .08 instead) or you could file a bug with Batik: https://issues.apache.org/jira/browse/BATIK-1029?jql=project%20%3D%20BATIK%20AND%20resolution%20%3D%20Unresolved%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
Hello, my ci job on Travis-ci keeps failing with this:
Please explain what I can do to avoid this error?
Thanks, Igor