Closed GoogleCodeExporter closed 8 years ago
I'm not sure if this only my special problem on IE or a more general one,
anyway, I
found a workaround. Share with you.
Original comment by young4ch...@gmail.com
on 11 Feb 2010 at 7:55
Attachments:
Original comment by bradneub...@gmail.com
on 11 Feb 2010 at 3:58
Marking as invalid because the setAttributeNS call is incorrect. See Brad's
comment
in Issue 355.
Replace this:
img.setAttributeNS(xlinkns, "href", "images/colorprof.png");
with this:
img.setAttributeNS(xlinkns, "xlink:href", "images/colorprof.png");
Then, it works on IE.
Original comment by grick23@gmail.com
on 28 Mar 2010 at 6:31
Original issue reported on code.google.com by
young4ch...@gmail.com
on 22 Dec 2009 at 8:15Attachments: