Thread
:
Grouping SVG element and groups using JavaScript
View Single Post
#
8
(
permalink
)
09-19-2003, 03:20 AM
Anonymous
Guest
Posts: n/a
Grouping SVG element and groups using JavaScript
You can add translation to your group
<g transform="translate(0,0)">
....
</g>
And with script change vector of translation function of position your pointer
Michel
Anonymous