Attribute "ltail"

Use:optional
Used by:edge
Description:Logical tail of an edge. The value must be the id of a cluster containing the real tail. The the edge is then clipped to the boundary of the cluster
Values:id of a cluster
Default Value:""
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/ltail">
  
<cluster id="c1" label="cluster c1">
  
<cluster id="c2" label="cluster c2">
  
<node id="a"/>
</cluster>
</cluster>
<node id="b"/>
<edge from="a" to="b" ltail="c1" label="ltail='c1'"/>
<edge from="a" to="b" ltail="c2" label="ltail='c2'"/>
<edge from="a" to="b"/>
</graph>
Sponsored links

 Copyright 2002-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the DotML licence for details.