Hi Josiah,
<symbol id="shape-icon-2" viewBox="0 26 100 48">
<!-- <path>s and whatever other shapes in here -->
</symbol>
Working with a viewBox like this will cause trouble in the future. ...
you'll need to start at 0 0 so eg: 0 0 100 48 otherwise your content
will need to be transformed already, to match the viewbox. ... This creates
unnecessary svg elements and it makes batch optimizing the icons a
nightmare.
Depending on your content, you may want to use a symmetrical viewBox, which
makes manipulation with javascript math much easier.
Just some thoughts.
have fun!
mario
--
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/70d9c93f-6008-44ea-bcfa-9e77e45daead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.