bodoni / svg

Composer and parser for SVG
Other
299 stars 45 forks source link

Add `Blob` node #79

Closed flxzt closed 7 months ago

flxzt commented 7 months ago

This adds a Blob node, restoring the ability to insert arbitrary strings into nodes without escaping the content. It has the behaviour of the text node of previous versions.

closes #78

IvanUkhov commented 7 months ago

Thank you!