Re: Batik Rasterizer Doesn't Like Illustrator 10 SVG output CSS Stuff / Also: Velocity

2002-05-03 Thread Vincent Hardy
Michael Bierman wrote: > [...] > > Just out of curiosity, does Batik accept a CSS style sheet if it is linked > externally? > Yes, we accept things like: Vincent. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Batik Rasterizer Doesn't Like Illustrator 10 SVG output CSS Stuff / Also: Velocity

2002-05-03 Thread Michael Bierman
David, You can avoid have the style sheet enclosed in a CDATA by changing your export options. After choosing SaveAs SVG, go to the Advanced properties and choose, any option except "Style Elements" ( Presentation Attributes, Style Attributes, Style Attributes(Entity References)) Just out of cu

Batik Rasterizer Doesn't Like Illustrator 10 SVG output CSS Stuff / Also: Velocity

2002-05-03 Thread Swearingen, David W.
I'm rasterizing SVG files that have been created by Illustrator 10. Batik doesn't like the CDATA content in the [style type="text/css"] tag. I remove the CDATA and the rasterizer works great. This is a little inconvient since I don't know how (if possible) to tell Illustrator not to output the

Problem Using The tspan Element And The UpdateManager

2002-05-03 Thread Warren W. Thompson
Hi. I have encountered an unusual behavior when dealing with tspan elements and the Batik UpdateManager. Essentially, I am trying to change a text label within an SVG file. I have succeeded in changing the label when the target XML text node is contained within a text element. However, I have been

RE: Problem with the rasterizer

2002-05-03 Thread K, Balamurugan (CORP, GEITC)
As i am using transcode(TranscoderInput,TranscoderOutput);method in my rasterizer class. The "uri" attribute is null. The same uri's ref object only we are passing to ViewBox's ViewBox.getViewTransform(ref, root, width, height) method. It checks whether ref element is null or not. If it is null i