R
Renaud
Hello,
I was wondering if anyone already succeeded to copy an existing inline
SVG element under IE.
I had troubles trying to copy it under Firefox using the innerHTML
method, for some reason the 'svg' element turned into 'SVG' and
firefox did not recognize it anymore, however using the cloneNode()
methode worked, 'svg' stayed 'svg', the graph displayed properly.
Under IE (6), none of those methods work, I'm not sure if this is the
same kind of problem since I don't know about a DOM inspector for
IE... The original svg displays correctly, using the Adobe SVG Viewer,
but not the copy.
Would anyone have a clue about that issue?
Kind regards,
Renaud
I was wondering if anyone already succeeded to copy an existing inline
SVG element under IE.
I had troubles trying to copy it under Firefox using the innerHTML
method, for some reason the 'svg' element turned into 'SVG' and
firefox did not recognize it anymore, however using the cloneNode()
methode worked, 'svg' stayed 'svg', the graph displayed properly.
Under IE (6), none of those methods work, I'm not sure if this is the
same kind of problem since I don't know about a DOM inspector for
IE... The original svg displays correctly, using the Adobe SVG Viewer,
but not the copy.
Would anyone have a clue about that issue?
Kind regards,
Renaud