Thomas, cool stuff. The following suggestion/idea is from someone who has made a few feeble attempts but does not "get" svg so it may make little sense, so FWIW:
If the purpose with your thing is to learn svg maybe the UI could take advantage of TWs range of tools such as selectwidgets and buttons and fields, i.e to let you e.g select to add a new "path" or "circle" and click create, to add it. This could, I assume, behind the scenes really be a new field that is transcluded into the svg markup. I.e, one path = one field (named path-1, path-2, ...). I.e <path d="M 10 10 H 90 V 90 H 10 L 10 10" fill="transparent" stroke="black"/> would be a field path-1 : d="M 10 10 H 90 V 90 H 10 L 10 10" fill="transparent" stroke="black" ...or more powerfully, split up that field into fields path-1-d, path-1-fill, path-1-stroke ...or, of course, most powerful of all, path-1-d-m, path-1-d-h, .... etc Then have a macro run through the tiddlers fields and construct a UI with e.g selectwidgets (for such things as colors) and rangewidgets (for values), etc. Just maybe this would enable people like myself to actually create svg icons directly in TW :-) Again, forgive me if this idea doesn't make sense because of some misunderstanding about svg on my part. BTW, I recall master Jed has also developed SVG stuff for TW previously. I recall some animation based on TW+SVG demo'd in some hangout. <:-) -- 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/c9d2aaf0-88ad-43f2-8f1d-cc86d5d04705%40googlegroups.com.

