Text Becomes Real, Editable Path Geometry
Import an SVG with text and reshape every letter like any other path
Text and tspan elements in an imported SVG are no longer dropped as unsupported — they now convert into fully editable path outlines, just like every other shape in your document. Drag anchor points, adjust curves, recolor, and transform lettering exactly the way you'd edit any hand-drawn path. If the source SVG embeds its own font, that's what renders. Otherwise a bundled fallback font steps in and you'll see a one-time notice so you know a substitution happened — everything still resolves locally, with no network fetch beyond the app itself.
- Text and tspan elements import as editable path outlines instead of being skipped
- Embedded fonts are honored automatically; a licensed fallback steps in when one isn't found
- Converted text picks up transforms, clip paths, masks, and styling like any other imported shape
- Font substitution happens entirely on-device — nothing is fetched over the network