Hi, On Mon, Mar 10, 2008 at 8:18 PM, Eric Hamacher <[EMAIL PROTECTED]> wrote:
> and screwing up the image. How can I prevent Batik from doing this? > Assuming batik that Batik is implementing SVG spec correctly, then your svg image will be like what batik show (although it is screwing your image) for any compliant and spec conformant svg viewer. The value that batik added is the default value for the attributes if it is not specified implicitly. But to be sure you need to check SVG Spec, whether it is the correct default value or not. And as far as I am aware, batik is not adding any attributes if it is not specified, it is just using computed cascade value. (note: it is computed, not implicitly added by batik) Cheers Tonny Kohar -- Sketsa SVG Editor imagine, design, create ... http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
