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 ()
 
(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'"))))
Sponsored links

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