GetSimple Support Forum
PROBLEM Scalable Vector Graphics with links - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: PROBLEM Scalable Vector Graphics with links (/showthread.php?tid=10024)



Scalable Vector Graphics with links - maur - 2017-11-04

Hello,

When I upload a .svg file and use it in a page, I lose the ability to direct to another page via the links (the embedded 'xlink:href'). It works as a stand-alone .svg; I tested it before.
Should I incorporate the 'xmlns:xlink="http://www.w3.org/1999/xlink' attribute in the page 'data' header as well to activate the links?


RE: Scalable Vector Graphics with links - maur - 2017-11-05

Hello again,

Problem solved. The problem was that I used the <img>-tag to display the .svg picture. I changed it to an <object>-tag, and everything works OK, including the xlinks.