-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
how to make text multi-line? #821
Comments
Hello, this is not yet supported. |
ok, hope it will some day |
@jfhenon we have been thinking about the same feature, and I have the following thought:
So:
What do you think? |
My opinion is that we indeed need multiline support. I'm not sure we want to add so many new dependencies for this. could we rather go for a simpler multiline support (same fonts, same color, same size but multiple lines) in the "standard" svgEdit?A more advanced editor could be proposed as an extension. |
Agreed, extension is certainly the way to go. The problem with implementing both is that the code will be completely different, and much more complicated in case of pure svg implementation (via tspan elements - see e.g. https://www.oreilly.com/library/view/svg-text-layout/9781491933817/ch04.html). Perhaps implementing pure-svg multiline-only text will not be too difficult, but adding local formatting certainly will, prohibiting future development. This could change with SVG 2.0. All in all, I would like to give the HTML-editor route a try via an extension. |
As I commented at #838 (comment) SVG 2 Flowed Text support this feature. In SVG 1.1, multi-line text can be implemented by multiple |
oh ? but how to integrate to svgedit |
how to make text multi-line
The text was updated successfully, but these errors were encountered: