Hello,
I'am trying to create SVG link using JS.
http://dziennikpollub.cba.pl/javasctipt.svg
http://dziennikpollub.cba.pl/dynashow.js
But as you can see the result is only text. Can you help?
(If you cant see source code plz let me know)
SVG as link
Re: SVG as link
Hi Szary,
You need to set the mime type in your web server. If the svg is being generated dynamically then you also need to set the correct mime type in the script.
You need to set the mime type in your web server. If the svg is being generated dynamically then you also need to set the correct mime type in the script.