View Single Post

  #7 (permalink)  
Old 09-18-2003, 05:25 AM
Cadok ben Mamun Cadok ben Mamun is offline
Junior Member
 
Join Date: Sep 2003
Posts: 17
Default SVG group+JavaScript

Quote:
Originally Posted by Anonymous
I forget end of your question

You can save in database or text file data with postURL or send to php file as variables

For connecting objects in group, what will you make?

Connect objects on graphic with lines?
Group is only structure in DOM tree, you can give common attribute in group for objects (visible by example or color for filling ...) but group give not particular drawing

Michel
I send SVG-attributes(width, height,style) to
Code:
PHP-variables($width, $height,$style)
and then save them into My-SQL database.
I wan to group elements into one LOGICAL group, which I can easyly drag on Canvas by simple mouse event. But while draging this group, it will be seem that all element included into group are draging in the same direction!

I only want to add some interactivity on my pictures...
__________________
rbeit gibt die Freilesung!
Reply With Quote