I'm trying to convert a word into SVG and have individual paths for each letter.
However, my SVG file contains only one path for the entire word.
I am using Figma on a Windows desktop.
Here are the steps I have followed:
- Create text word
- Outline stroke
- Remove fill
- Export as SVG
<svg width="292" height="122" viewBox="0 0 292 122" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M55.7757 116.258L56.499 117.5H57.936H73.632H78.0449(...)89.1537 20.2398 91.3616 22.4478Z" stroke="#FFFDFD" stroke-width="5"/>
</svg>