Hi Poozle,

poozle <[EMAIL PROTECTED]> wrote on 03/17/2008 11:08:35 AM:

> Well, I've managed to get the rest working now (stupid errors on my part)
but
> the two ids on a group element are causing problems, does anyone know
what
> could be causing this (I have checked and the id tag isn't being set
twice
> or anything).

   I think your setting the id tag twice :).  My guess would be with
different
namespaces or something, for example doing something like the following
would cause this sort of problem:

      e.setAttributeNS(SVG_NS, "id", "foo");
      e.setAttributeNS(null,   "id", "foo");

Reply via email to