Closed GoogleCodeExporter closed 8 years ago
Fixed in r1054.
Original comment by grick23@gmail.com
on 28 Mar 2010 at 6:03
[deleted comment]
[deleted comment]
I read that this issue is fixed in r1054 in May 28 2010 but I just found the
same problem with svgweb-2011-02-03-Lurker-Above.
If I implement the following workaround by jmarranz it works.
http://groups.google.com/group/svg-web/browse_thread/thread/46e2396652e8ee43/7f4
12db5b8368770?lnk=gst&q=xlink#7f412db5b8368770
image.setAttributeNS(xlinkns, 'xlink:href','Bench2.jpg');
var imageClone = image.cloneNode(true);
var parentNode = image.parentNode;
parentNode.replaceChild(imageClone,image);
parentNode.replaceChild(image,imageClone);
Original comment by f...@datenfalke.de
on 5 Jun 2011 at 11:47
Original issue reported on code.google.com by
david.l....@gmail.com
on 22 Feb 2010 at 9:02