+ 6
[SVG] alphabet
please someone know how to make a S in svg ? thanks
2 odpowiedzi
+ 9
<svg height="200" width="200">
<text x="0" y="200" fill="red" style="font-family:sans-serif; font-weight:bold; font-size:200px;">S</text>
</svg>
+ 5
http://www.clker.com/inc/svgedit/svg-editor.html
try this editor: there is a text functionality