svgedit
svgedit copied to clipboard
Support Long Names
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.
Can you clarify your issue? JF
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