hm - thats quite an ambitious goal to mimic CorelDraw, Inkscape and Illustrator in SVG. These are big drawing apps that where big corporations (or projects in case of Inkscape) spent multiple men- year of development.
Don't expect any miracles from SVG, it would be a lot of work to mimic those big three apps. Simpler drawing apps in SVG are doable, as others demonstrated, but it still is a lot of work and requires a lot of experience in coding, to get a maintainable code-base. Regarding your question: both text and XML based data-types would work fine. If you want to do XML processing within the database, the XML database would be best. If you just want storage and retrieval, the text-format would also work. Or you could just use plain files. Andreas --- In [email protected], "pnpisal" <[EMAIL PROTECTED]> wrote: > > hello sir, > thanks for ur reply and nice guidance. > but basically our softwre should work like desktop based application. > we are using concepts of RIA,AJAX,SVG all put together. > but: > 1)our requirements are the web based drawing tool should work like the > advanced draw tools like corel draw, inkscape(SVG editor) > 2)means once the shape is selected by clicking over it > 1:the child need to be appended at the eight corners,clicking and > dragging this corners will increase or decrease the size. > 2:the concept of "sprite" is useful in that.that what we discussed. > 3)to eloborate what we did in our module,"i said the we assigned some > ids to shapes .thts actually sh001, sh002,...... > we hav done with it. > 4)we are able to clone the nodes.can drag the current node. > 5)another approach for resizing element: > is to pass the size specifications by clicking over the shape and > asking the user to enter the hight, length tht he wants.but tht > becomes discrete. > 6)the user who will use the web based tool, will hav there private > gallery.so whatever they will be doing will be stored in gallery. > SO STORING THE SVG DOC AS XML IN DATABASE IS PROPER? > OR I SHOULD STORE IT IN GRAPHIC OR VARGRHIC FORMAT OR CLOBS ??? > ----- 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/

