Hi, I came across this when i was trying to use clip path property. Element temp; temp.setAttributeNS(null, "clip-path", "url(#clipppingPath)"); The above does not work.
temp.setAttributeNS(null, "clippath", "url(#clipppingPath)"); The above one works. It should be "clip-path" right? Please, correct me if i am wrong. Thanks, Javid A clever person solves a problem. A wise person avoids it. -- Einstein --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
