Css uses a ':' not an '=' to seperate properties from values (it also uses a ';' to seperate properties from each other:
style="fill-opacity: .5; fill: orange"
Koes, Derrick wrote:
I'm attempting to transcode to JPEG. Everything works well when I use style attributes like fill-opacity=".5". However, when I use the style attribute such as style="fill-opacity=.5;", batik does not transcode.
Is there something I have to set to tell batik to use the style attribute rather than individual attributes? I'm using the batik version which comes with FOP 0.20.5.
What I've tried so far:
Setting contentStyleType="text/css" on the svg element.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]