How to create a group of SVG objects in Dashboard?

Hi there,

I'd like to create a group of svg objects, because moving every single object is a way to hard (once I'll have around 100 svg objects). Is there an easy way to do that?

Is it possible to move all objects of a group?

Best regards and thanks for any help
beg1nner

Yes, use transform:translate

Heading changed to reflect this is something for Dashboard (since there are also other ways to work with SVG images in Node-RED).

Also removed function node tag as unnecessary.