Hello guys!
Could you pls answer the question concerning the groups+JavaScript?
I have some objects on canvas (for example circle, rect, path,line).
And I want to group them all or some of them (maybe only circle and line) by simple clicking on the corresponding subjects. But I have lack of JavaScript code concerning how better to produse this.
Is there anybody know how to produse this properly?
I need just to create <g>...</g> tags and insert selected elements between them.
Using JavaScript of cource