bodoni / svg

Composer and parser for SVG
Other
305 stars 44 forks source link

Remove newlines around node::Text? #80

Closed auberisky closed 9 months ago

auberisky commented 9 months ago

Hi,

there should probably be no newlines around text nodes, as white space content of elements can be meaningful.

The newlines in titles like here could even render as in some situations.

Thanks, Auberi

IvanUkhov commented 9 months ago

Thank you! Fixed. Added also shortcuts for Text, Title, and TSpan.

auberisky commented 9 months ago

Awesome! Thank you!