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