Yes. You need to add a class to the span because you'll target the svg. So
the general idea is:
<span class="foo">{{mysvgtiddler}}</span>
<style>
.foo *svg *{width:...; height:...;}
</style>
You mention "double the size" and it seems simple enough to use e.g "200%"
then but % here is relative to the outer frame which is not the image. So
you might have to specify in static measure units. You could also wrap both
spans in a div and control its size.
<:-)
--
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/ad9a574e-744f-49c7-9efd-03eabde4557bo%40googlegroups.com.