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?

Reply via email to