Stephane, this did the trick.  Many thanks!

Stephane Hillion wrote:
 > Use:
 >
 >       Element circle =
 > document.createElementNS("http://www.w3.org/2000/svg";,
 >                                                 "circle");
 > instead of:
 >
 >       Element circle = document.createElement("circle");
 >

-- 
George Armhold
Rutgers University
eLearning Grant, DCIS


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

Reply via email to