Tobias Beer demonstrated a quite useful technique in his site Interactive 
SVG Image Map 
<https://tobibeer.github.io/tb5/#Interactive%20SVG%20Image%20Map>.

I tried to explore this technique creating the following example:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/";
   xmlns:cc="http://creativecommons.org/ns#";
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
   xmlns:svg="http://www.w3.org/2000/svg";
   xmlns="http://www.w3.org/2000/svg";
   xmlns:xlink="http://www.w3.org/1999/xlink";
   width="210mm"
   height="297mm"
   viewBox="0 0 210 297"
   version="1.1"
   id="svg8"
   >
  <g>
    <rect
       width="50.648811"
       height="38.55357"
       x="46.113098"
       y="63.410713"
       style="stroke-width:0.26458332" />
    <a xlink:href="http://google.com";>
      <rect
         style="stroke-width:0.26458332"
         y="101.96428"
         x="96.761909"
         height="53.672623"
         width="51.404755" />
    </a>
  </g>
</svg>

It works fine for several browsers when I drag and drop this SVG file into 
the browser.

*However, it does not work for Tiddlywiki 5.1.15. Actually after I drag and 
drop this SVG file into TW5 I see the SVG picture, but it is dead (not 
resposive).*

Could somebody tell me what's wrong? What is a simplest and robustest way 
to make a live resposive SVG for TW5?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bbf16181-db6d-44a3-92b1-66cf0fe9bb46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to