View Single Post

  #8 (permalink)  
Old 09-19-2003, 03:20 AM
Anonymous
Guest
 
Posts: n/a
Default 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
Reply With Quote