Attribute "decorate"

Use:optional
Used by:edge
Description:If true, the edge label is attached to the edge by a 2-segment polyline, underlining the label, then going to the closest point of spline.
Values:true / false
Default Value:false
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/decorate">
  
<node id="a"/>
<node id="b"/>
<node id="c"/>
<edge from="a" to="c" decorate="false" label="decorate='false'"/>
<edge from="b" to="c" decorate="true" label="decorate='true'"/>
</graph>
Sponsored links

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