Thread: Saving svg
View Single Post

  #2 (permalink)  
Old 03-08-2004, 09:01 AM
Anonymous
Guest
 
Posts: n/a
Default Re: Saving svg

Quote:
Originally Posted by Seb
Hello everyone,

i 'm drawing some svg's Shape dynamically inside a <g id="Dessiner">. My problem is that when i am recording the shapes i need to do it in a group.Otherwise when i try to open this file only the first shape appear. Does anyone know how to record my file without adding a group? When i open my file i would like <g id="Dessiner"> to be the first parent.

Thanks in advance, s?bastien.
You can record your shapes in a group ( I think that you use ASV 6 ... to get this problem ) and when you open your file, after parsing content, you add only childs to your group "Dessiner". You will retrieve your shapes as childs of "Dessiner".

Michel
Reply With Quote