For when editing svg's in tiddler edit mode, to manually select section
view and zoom in & out of svg in the preview window-- temporarily edit the
svg viewBox and width attributes.
<svg viewBox="0 0 100 100" width="100">
To change view to certian area:
left half only of svg:
viewBox="50 50 50 50"
To zoom in: width="200"
or edit 3rd & 4th number of viewBox smaller:
viewBox="0 0 50 50"
To zoom out: width="50"
or edit 3rd & 4th number of viewBox smaller:
viewBox="0 0 200 200"
Combine the two to view sections with zoom in.
The viewBox and width attributes can be changed back to original settings
when done editing.
--
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/6cc08941-04d3-4eea-b82e-73b998ffa605%40googlegroups.com.