Wgraph:Demo border color
From FollowTheScore
- Default border_color is black
- The dotted border of the subgraph is in SVG format slightly different from png format
{{#wgraph:svg|thumb=50|wgl|gdl|
subgraph X { label "" border_style dotted border_color blue state boxed }
node A X { border_color red }
node B X { }
node C X { border_color #00ffdd }
nodetype * { border_width 5 }
}}