Hi, > There must be something special that the squiggle browser does that is not > explained in the docs, but I cannot figure out what it is.
> As soon as there is an url(#a_name) it will not load the svg image, and this > goes for any SVG image that contains url(#blabla) so > it is not a problem with the picture, some one else must have had this > problem to because I use the same code as: > > http://xml.apache.org/batik/svgcanvas.html > > And load the svg file with: > svgCanvas.loadSVGDocument( "file:path_to_file"); > > As far as I can tell squiggle just call's loadSVGDocument( file) in the same > way as I do, but there it works > just fine. It maybe not much help. But I always using svgCanvas.loadSVGDocument(Document doc) instead of file path and never experience the problem. I load the DOM document because the nature of my app that I already get the DOM document, so I do not need to parse it again. This one is very interesting I also would like to know more. Best Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]