created: 20140324223413403 modified: 20141116132159609 tags: Learning title: Making curved text with SVG type: text/vnd.tiddlywiki \define textOnPath(text) $$$.svg $text$ $$$ \end This demo shows how to use SVG to render transcluded text along a path. Enter some text in the textbox below to try it out; view the source to see how it is done. <$edit-text tiddler="$:/CurvedText" tag="input" placeholder="Type text here" default=""/> <$macrocall $name="textOnPath" text={{$:/CurvedText}}/>