Wgraph:Demo border color

From FollowTheScore
Revision as of 11:53, 12 October 2007 by Gero (talk | contribs) (New page: * 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_sty...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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 }

}}