Difference between revisions of "Wgraph:Demo border color"

From FollowTheScore
Jump to: navigation, search
(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...)
 
(No difference)

Latest revision as of 11:53, 12 October 2007

  • 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 }

}}