Hi, On Nov 23, 2007 10:06 PM, osci <[EMAIL PROTECTED]> wrote: > > When I do modify it the pages that have been read show the alternate image > but the pages that have not been read do not show the circles, whose element > were unmodified: > ... > > > <symbol id="circ"> > <circle id="c1" cx="40" cy="40" r="10" /> <---- here is id c1 > </symbol> > ... > <use id="c1" xlink:href="#circ" x="0" y="0" visibility="visible" /> <-- here > also id c1 >
Not sure about your for-loop algorithm (what you are trying to do), but there are 2 id which is same "c1", I think this is incorrect, because when you call getElementByID() which element it will return if there is more than 1 id with same id Cheers Tonny Kohar -- Sketsa SVG Editor imagine, design, create ... http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
