Jeremy Just to let you know that I’ve pushed an update to the prerelease for > v5.1.23 that allows the <$link> widget to be used directly within SVG > elements. >
Most excellent! I wonder if that will help the use link issue ie: <view id="halfSizeView" viewBox="0 0 1200 400"/> <a href="#halfSizeView">/<a xlink:href="#halfSizeView"> bringing up a tiddler instead of a different viewbox of the svg. Or the svg <a> tag not appling target attribute (which I assume is a shadow DOM issue) I don't know if my breaking svg's into different element tiddler to be transcluded into a svg shell is what you previously meant by primitives but I can now assemble custom layered svg maps picking and choosing from a "master library" of over 100 layer/element tiddlers by just setting fields of the shell svg tiddler and not needing js. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1100 1240">{{!!maplyr-citygrid}} {{!!maplyr-citysecb}} {{!!maplyr-citylim}} {{!!maplyr-citycommrr}} {{!!maplyr-cityfreirr}} {{!!maplyr-citystr}} {{!!maplyr-citytfare}} {{!!maplyr-oroads}} {{!!maplyr-cityhwy}} {{!!maplyr-citycommrrd}} {{!!maplyr-cityfreirrd}} {{!!maplyr-geofea}} {{!!maplyr-twnvill}} {{!!maplyr-sndmarks}} {{!!maplyr-citysecn}} {{!!maplyr-citynein}} {{!!maplyr-citylmark}} etc... </svg> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c8d1cf24-4768-4cc3-97d5-19d4150b5ad5%40googlegroups.com.

