"Andreas Neumann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi!
>
> at the below example
> http://www.carto.net/geog234/lab3/lab3_end.svg
>
> I dynamically create circles, the function "drawCircles()" is called
"onload".
> It works correctly in the debugger and the newly created elements show up
> correctly in the DOM-Tree-Viewer, but they don't visually show up in the
> Squiggle canvas. The script-code is inline.

You have
myCircle = svgdoc.createElement("circle");

createElementNS(svgNS,"circle")

> The same code works correctly in the Adobe and Corel SVG viewers.

A bug in these viewers.

Jim.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to