created: 20140324223413403 modified: 20240422111609609 original-modified: 20150505063713581 tags: Learning title: Making curved text with SVG ja-title: SVGでカーブしたテキストを作成する type: text/vnd.tiddlywiki \define textOnPath(text) $$$.svg $text$ $$$ \end このデモでは、SVGを使用してパスに沿ってトランスクルードされたテキストをレンダリングする方法を示します。下のテキストボックスにテキストを入力して試してください。[[ソースを表示|Making curved text with SVG]]して、それがどのように行われているかを確認してください <$edit-text tiddler="$:/CurvedText" tag="input" placeholder="Type text here" default=""/> <$macrocall $name="textOnPath" text={{$:/CurvedText}}/>