sorry for the delay-- good to hear you ironed out most of the issues-- its hard work but worth it in the end
Is there a way to tie the background and svg together, so that if I change >> the viewbox (which I'm assuming is the best way to accomplish what I'm >> looking for), the areas would still be lined up? >> > with a lot of tweaking of the external postioning of background & svg (not the viewport I believe) -- right now they're 2 separate objects currently. Best bet is to get that background image to display inside the svg "container" Or watch for my next posting-- layered image tiddlers, composing it currently. Allows for easy scaling and lining up of separate image layers in a tiddler. So, the only thing that I'm still trying to figure out, is how to "crop" the SVG, so that I'm looking at one specific area. yes, svg's allow you to set viewport that will display just a section section of a larger svg without deleting the cropped out portions. I use it for making closeup snapshot "section" svgs of a much larger separate image. Let me post the code when I get a chance. BTW- shifting of text on hover I believe is cause you used stroke & stroke-width which invreases the size of the text, its line hright and letter spacing. Foe svg, font colors are handled by fill and using stroke adds an outline to the font, but still a cool effect for highlighting colored text. -- 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/aab32d7e-64d6-4e0d-8c87-119f95a2201c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

