bodoni / svg

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

How to add an array/vector/slice of elements? #17

Closed lochbrunner closed 4 years ago

lochbrunner commented 5 years ago

Using the standard .add method is nice when you have a static tree structure. But how to add a slice of nodes to a parent node?

Something like append would be nice.

May I create PR?

IvanUkhov commented 5 years ago

Sorry for the late response. Can one not call add multiple times?