mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update line colour for SVG curved text example
This commit is contained in:
parent
871630be88
commit
355f467465
@ -10,7 +10,7 @@ $$$.svg
|
|||||||
<defs>
|
<defs>
|
||||||
<path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100"/>
|
<path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100"/>
|
||||||
</defs>
|
</defs>
|
||||||
<use xlink:href="#MyPath" fill="none" stroke="red"/>
|
<use xlink:href="#MyPath" fill="none" stroke="#ddd"/>
|
||||||
<text font-family="'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif" font-size="42.5">
|
<text font-family="'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif" font-size="42.5">
|
||||||
<textPath xlink:href="#MyPath">
|
<textPath xlink:href="#MyPath">
|
||||||
$text$
|
$text$
|
||||||
|
Loading…
Reference in New Issue
Block a user