Radu Coravu created BATIK-1360: ---------------------------------- Summary: Support parsing CSS stroke properties containing values with scientific notations Key: BATIK-1360 URL: https://issues.apache.org/jira/browse/BATIK-1360 Project: Batik Issue Type: Improvement Components: CSS Reporter: Radu Coravu
One of our end users gave us at some point an SVG which contained this piece of CSS inside it which breaks Batik: {code}stroke-dasharray:10.3913,5.1956,1.000000e-02,5.1956,1.000000e-02,5.1956;{code} I think the org.apache.batik.css.engine.value.LengthManager.createValue method needs to be made more flexible to read a value written in scientific notation and convert it to an integer. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org