[SVG] alphabet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

[SVG] alphabet

please someone know how to make a S in svg ? thanks

2nd Nov 2017, 6:04 PM
NoxFly
NoxFly - avatar
2 Answers
+ 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>
2nd Nov 2017, 6:13 PM
visph
visph - avatar
+ 5
http://www.clker.com/inc/svgedit/svg-editor.html try this editor: there is a text functionality
2nd Nov 2017, 6:12 PM
seamiki
seamiki - avatar