treeform / pixie

Full-featured 2d graphics library for Nim.
MIT License
743 stars 28 forks source link

SVG text rendering #338

Closed ehmry closed 2 years ago

ehmry commented 2 years ago

decodeSVG does not render text elements. I think Pixie is good at rendering text so I'm willing to implement this, unless something is blocking it that I don't know about.

treeform commented 2 years ago

Sure you could try doing text, but I should warn you text is really really complex. We would want many test cases to prove we are getting it right. If you want to get started on this to see how it goes, thats cool.

ehmry commented 2 years ago

Yes, if I manage to get anything done I expect it will be on a topic branch for a long time until it can be validated.

ehmry commented 2 years ago

Yea, SVGs are not as good for text as I thought. Not worth the effort to me.