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/4a6d7aa1-0e97-4cd0-a4b5-9663dabe5d2cn%40googlegroups.com.

Reply via email to