sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

Feature request: text path #26

Closed akujiki-shin closed 1 month ago

akujiki-shin commented 3 years ago

Hi,

First thank you for lunasvg, I love how fast it is compared to others.

TextPath aren't supported yet and I don't see it mentioned in the todo, so today it is not possible to do something like:

TextPath

This example also makes use of the attributes "textLength", "textAdjust" and "startOffset".

(svg: TextPath.zip)

Would it be possible to add it to the list ?

sammycage commented 3 years ago

Current text support is submininal. TSpan, TRef and TextPath are on the roadmap.

Would it be possible to add it to the list?

I'll update the to-do list later

akujiki-shin commented 3 years ago

Perfect, Thank you for the quick answer.

sammycage commented 1 month ago

Hi,

Thank you for your kind words about Lunasvg! TextPath won't be worked on for now. However, the good news is that tspan and text elements are now fully supported.