Interesting... I wonder if this is true for all SVGs or just the core. The
core image tiddlers are not actually "type:image/svg+xml", they do not have
a type value, and are interpreted as wiki-text when transcluded.
Best,
Joshua F
On Wednesday, December 9, 2020 at 1:33:52 AM UTC-8 Mohammad wrote:
> I tried to use an svg as background. I realized I cannot use core svg
> images. One reason may be the tiddler type or perhaps the removed xlmns.
>
> See below example at
>
> <style> .jack { background: url(<$macrocall $name="datauri" title="Motovun
> Jack.jpg" $output="text/plain"/>); height: 300px; } </style> <div
> class="jack"/>
>
> Now if I replcae Motovun Jack.jpg with $:/core/images/close-button as
> below
>
> <style> .jack { background: url(<$macrocall $name="datauri" title="Motovun
> Jack.jpg" $output="text/plain"/>); height: 300px; } </style> <div
> class="jack"/>
>
> It does not work!
>
> What is the reason?
>
> --Mohammad
>
--
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/4236b4d1-5bdc-4e9f-b418-5717ced3c4edn%40googlegroups.com.