Ah, that explains why setting my SVG icons to image/svg+xml does not work 
as expected when setting tag pill icons and why only text/vnd.tiddlywiki 
work. Thank you!

On Friday, October 3, 2014 5:04:28 PM UTC+2, BJ wrote:
>
> text/vnd.tiddlywiki aims to support html5  - which includes the html5 
> inline svg (as elements - i.e the <svg> stuff).  html5 does not support xml 
> (isn't web development fun!). When you choose the image/svg+xml type this 
> embeds the drawing as data in the webpage,  not as an html5 element - 
> essentially a different part of the browser is used to parse svg+xml to the 
> part that parses html5. 
> How are you producing your drawing? Maybe there is an option to export as 
> html5 in your drawing application?
>
> BJ
>
> On Friday, October 3, 2014 3:43:26 PM UTC+2, Derivation Bud wrote:
>>
>> BJ,
>> Your example works fine provided the tiddlers type is set to 
>> text/vnd.tiddlywiki
>>
>> All,
>>
>> When I kick in a more complex drawing, it is first imported as 
>> image/svg+xml because of the extension. At this stage the display is nice 
>> but the links are muted.
>>
>> If I edit the type to text/vnd.tiddlywiki to get good links , then , the 
>> render fails. i.e. I see an empty view box. I suspect the coordinates to be 
>> off chart ... but I am not sure.
>>
>> So there are some *limitations in the processing of SVG when served as 
>> text/vnd.tiddlywiki*. Anybody has an idea of what they are ?
>>
>> Cheers
>>
>>
>>
>>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to