''This works under all circumstances:''

<$edit field="slice1" />
<svg width="510" height="510" stroke="black" fill="white">
<circle r="250" cx="255" cy="255"/>
<path d="M 255 255 L 5 255 A 250 250 1 0 1 255 5 Z" transform="rotate(33 
255 255)"/>
<text x="150" y="50"> <$view field="slice1" /> </text>
</svg>

This fails (text doesn't display) if there are no spaces in the transcluded 
text
"Sausage Pizza" works
"SausagePizza"fails

<$edit field="slice1" />
<svg width="510" height="510" stroke="black" fill="white">
<circle r="250" cx="255" cy="255"/>
<path d="M 255 255 L 5 255 A 250 250 1 0 1 255 5 Z" transform="rotate(33 
255 255)"/>
<text x="150" y="50"> {{!!slice1}} </text>
</svg>

Can anyone tell me why?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/91ef4929-0d42-4f33-b651-94148ff58754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to