hello ppl,i am preparing drawing tool 1)i want to know the way to resize the rectagle, circle and other shapes. i know i need to include javascript inside svg document. 2)problem is when i drag and drop the shape,i can only recognize the current node. 3)we hav included circle, rect,ellipse tags and assigned them the ids. but the shapes which are placed over the drawing space have been assigned id using increment operator. means the first shape dragged and dropped over drawing plane has assigned shape id 1 second 2 onwards using increment operator 4)problem arises tht the current node can only be indentified.the other shapes id can't be obtained using get element by id method. 5)to resize the shapes over the drawing space,the previous nodes(shapes )also should be identified. 6)and if the circle is added to drawing space, to save the drawings either ineerxml will be needed.or the code generation should takes place means if user selects circle and dragged over drawing space and when the drawing is saved the code should generate as follows svg file with all headers //xml name space etc root svg tags follwed by circle tags and other contents. closing svg tags (describing as cant include tags in mail) any svg expert solve my problems how to generate the codes. my doubt was how to save svg in database. but db2 by ibm provide xml storage. but still my idea to store svg is not clear.
expecting answers from u ppl. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

