svgedit icon indicating copy to clipboard operation
svgedit copied to clipboard

Support Long Names

Open rishabhjain2110 opened this issue 2 years ago • 3 comments

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.

git

rishabhjain2110 avatar Oct 13 '22 11:10 rishabhjain2110

Can you clarify your issue? JF

jfhenon avatar Oct 16 '22 13:10 jfhenon

While entering Text it shows one line. not like paragraph.

is there any option to enter text as like paragraph style.

AsifSabeer avatar Jan 31 '23 07:01 AsifSabeer

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

cuixiping avatar Mar 20 '23 03:03 cuixiping