Thread: path
View Single Post

  #2 (permalink)  
Old 05-09-2004, 02:52 AM
Anonymous
Guest
 
Posts: n/a
Default Re: path

Quote:
Originally Posted by anna
How can I make a path between objects? is it possible to give a path the id of an object so that the path consits of objects?
In SVG 1.1, you cannot make path giving it id of object, you have to use script to add path between objects.
In SVG 1.2 with RCC or in other project where parameters are function of others, it will be possible.
See example of diagram in SVG 1.2 specifications.

Michel
Reply With Quote