caption: Texto curvo con SVG created: 20140324223413403 es-title: Cómo haer textos curvos con SVG modified: 20160418045621456 tags: Learning title: Making curved text with SVG type: text/vnd.tiddlywiki \define textOnPath(text) $$$.svg $text$ $$$ \end Este ejemplo muestra cómo usar SVG para mostrar transclusiones de texto a lo largo de un recorrido. Escribe algo en el cuadro de texto para probarlo. <$edit-text tiddler="$:/CurvedText" tag="input" placeholder="Escribe algo aquí" default=""/> <$macrocall $name="textOnPath" text={{$:/CurvedText}}/> Este es el código: ``` \define textOnPath(text) $$$.svg $text$ $$$ \end ```