A. Gloom,
 These are great stuffs. Why not create a wiki on tiddlyspot like

agloom.svglibrary.tiddlyspot.com

and link tiddler here! This way one can use it like tutorial or example 
resource.

Just some thoughts

--Mohammad


On Monday, April 27, 2020 at 9:16:39 AM UTC+4:30, A Gloom wrote:
>
> 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/a2d97fcf-635b-4a91-9a5c-46410da9c314%40googlegroups.com.

Reply via email to