Hi Nazar, "Nazar Stasiv (Lohika, Inc)" <[EMAIL PROTECTED]> wrote on 08/15/2006 07:32:37 AM:
> Thomas, here's the root element and g who is causing the troubles. Can I send > a whole svg file as an attachment to the mailing list ? There are pretty strict limits on attachment sizes (some people are still on dialup and/or pay by the kilobyte). You may send it to me directly if you choose. I noticed one thing (which is not likely to be the root of the problem): > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink" > contentScriptType="text/ecmascript" width="2000" > xmlns:ns0="http://www.w3.org/2000/svg" > ns0:onload="init(evt);" This is not correct. The onload attributes is in the 'null' namespace on an element in the SVG namespace. An onload attribute in the SVG namespace is distict and will not be checked by Batik (which is correct behaviour). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
