I'm trying to add text to a polyline icons property.
The icon's path property can follow the SVG path notation. What I'm looking for is an svg representation using path notation for letters A-Z and numbers 0-9.
I'm trying to add text to a polyline icons property.
The icon's path property can follow the SVG path notation. What I'm looking for is an svg representation using path notation for letters A-Z and numbers 0-9.
Copyright © 2021 Jogjafile Inc.
SO is not a search-engine for any kind of ressources, here an explanation how you may easily create these paths on your own instead(using inkscape )
Instead of saving the SVG you may also use the code-explorer to get the path (CTRL+SHIFT+X)
2 samples created via this method:
A:
Z:
Demo: http://jsfiddle.net/doktormolle/jkwyd46h/