On Monday, July 8, 2019 at 4:10:11 PM UTC-4, Spooky Noodle wrote: > > It seems that, right now, the main problem is that I can't get TW to > reference the image in a format that works. Even if I change the content > type to `svg` and copy-paste the contents in, it still nests it within an > img tag, which kills all interactivity, regardless of whether it's defined > in a stylesheet or using Inkscape's funky method. > > Do you know a way of inserting images that uses the svg or object tags, > rather than the img tag? > yep-- iframe, object, embed all work iirc. but they probably have the same issue--
<iframe src="filename.svg" frameborder="0"></iframe> <embed src="flename.svg" type="" /> <object data="flename.svg" type="image/svg+xml"></object> Inkscape's interactivity got me scratching my head, I ain't getting any either-- got your second attachement in my wiki and can see your hover zones-- I'm goin to have try the full file in case something got removed in the second attachment -- 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 [email protected]. To post to this group, send email to [email protected]. 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/3bed8a69-9802-4325-8864-e6d00fecf68d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

