Hi Nedim, Ned <[EMAIL PROTECTED]> wrote on 11/27/2007 06:08:15 AM:
> The same file seems to work fine in ie(with adobe plugin) but not in > the batik viewer. There are no errors but nothing is being displayed > on the canvas. When i debug the code I see that the element - "path" > is being updated but this is not rendered on the screen. I m not > really sure why this is. This sounds like the file isn't creating elements in the SVG namespace; document.createElementNS(SVG_NS, "path"). If you don't create the elment in the SVG namespace it's just some generic DOM object (Adobe "incorrectly" treats objects in the no-name namespace as SVG elements). > Any help on the matter would be hugely appreciated.
