You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think piet-svg would greatly benefit from rendering text as a <path> element rather than <text>.
This would allow us to get the exact size of text before drawing, instead of just a best guess. The current design seems to render the text on the host machine before letting whatever machine that views the SVG decide it's own dimensions.
This could be done with something like text-to-svg but probably rewritten in rust (tm)
The text was updated successfully, but these errors were encountered:
I think piet-svg would greatly benefit from rendering text as a
<path>
element rather than<text>
.This would allow us to get the exact size of text before drawing, instead of just a best guess. The current design seems to render the text on the host machine before letting whatever machine that views the SVG decide it's own dimensions.
This could be done with something like text-to-svg but probably rewritten in rust (tm)
The text was updated successfully, but these errors were encountered: