Wgraph:Demo loc

From FollowTheScore
Revision as of 10:31, 28 October 2007 by Gero (talk | contribs)
Jump to: navigation, search
  • loc can be used to set a pair of coordinates
  • x / y can be used for the same purpose
  • coordinates will only be used if all nodes in a graph have been assigned absolute coordinates

{{#wgraph:svg|thumb=40|wgl|

 node A { width 100 height 30 loc 50;50}
 node B { width 200 height 80 x 150 y 80}

}}