Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing CSS Text Wrapping in SVG #942

Open
shepazu opened this issue Apr 21, 2024 · 1 comment
Open

Implementing CSS Text Wrapping in SVG #942

shepazu opened this issue Apr 21, 2024 · 1 comment

Comments

@shepazu
Copy link
Member

shepazu commented Apr 21, 2024

Wrapping text remains a serious problem in SVG. The SVG 2 specification defines a mechanism for text-wrapping using the existing CSS text-wrapping algorithm, which should be pretty simple to implement.

While there doesn't seem to be an appetite for implementing new features for SVG, this particular one is low-hanging fruit that would be a major benefit for authoring SVG and SVG libraries. In particular, SVG has become the default language for charts on the web, and improving text handling would be a boon there.

Do you see a path forward on this one, @tabatkins?

@tabatkins
Copy link
Member

The feature is simple to specify, doesn't involve any fundamentally new or difficult concepts, and is clearly a valuable use-case. I don't think there's anything that needs to be done (or can be done) on the spec level for this; it's just about getting one or more implementations to actually pull the trigger. I'm not sure what the best way to do that would be, tho, besides the usual approaches (file bugs, get people riled up to star the bugs, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants