If you use ~SausagePizza, it will work.

I'm thinking that when it is rendered as a Wiki link, it gets rendered 
after the SVG and too late to be used by it.

-- Mark

On Wednesday, October 24, 2018 at 2:59:07 PM UTC-7, c pa wrote:
>
> ''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/c1c61351-08f8-457f-ab9c-ec547dcfbd07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to