Errors converting to PNG format
David Hoffer <[email protected]> Fri, 29 Mar 2013 12:08:21 -0600
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <CAA8BW8GWJFu9J+hWdqQqB7r7BJrJ+qoN3TmwfkedurcFws_geQ@mail.gmail.com> |
I'm new to Batik, trying to use it to convert SVG images to PNG. I'm
getting tons of the following types of errors.
The attribute "fill" represents an invalid CSS value
("rgba(238,238,238,0.996078
)").
Original message:
The "fill" property does not support function values.
***** CSSEngine: exception property.syntax.error:org.w3c.dom.DOMException:
The "
fill" property does not support function values.
AttrValue:rgba(238,238,238,0.996078)
Exception:org.w3c.dom.DOMException
org.w3c.dom.DOMException: The "fill" property does not support function
values.
at
org.apache.batik.css.engine.value.AbstractValueFactory.createInvalidL
exicalUnitDOMException(AbstractValueFactory.java:60)
Any ideas what I'm doing wrong?