We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to handle if the name is very long. We need to shrink the name/ or reduce font size dynamically, so that it can be fit in template.
The text was updated successfully, but these errors were encountered:
Can you clarify your issue? JF
Sorry, something went wrong.
While entering Text it shows one line. not like paragraph.
is there any option to enter text as like paragraph style.
SVG 2 Flowed Text support this feature. https://www.w3.org/TR/SVG/text.html#TextLayoutContentArea http://tavmjong.free.fr/SVG/TEXT_FLOW/
In SVG 1.1, multi-line text can be implemented by multiple <tspan> elements. https://www.oreilly.com/library/view/svg-text-layout/9781491933817/ch04.html
<tspan>
No branches or pull requests
Need to handle if the name is very long.
We need to shrink the name/ or reduce font size dynamically, so that it can be fit in template.
The text was updated successfully, but these errors were encountered: