Difference between revisions of "Wgraph:Demo valign"

From FollowTheScore
Jump to: navigation, search
(New page: Currently there is no vertical alignment of a label within a node. Future versions of aiSee could use <tt>valign</tt>= ''{top,center,bottom}'' for that purpose. {{#wgraph:png|thumb=80|wgl...)
 
(No difference)

Latest revision as of 22:55, 9 October 2007

Currently there is no vertical alignment of a label within a node. Future versions of aiSee could use valign= {top,center,bottom} for that purpose.

{{#wgraph:png|thumb=80|wgl|

 node A     {}
 node B     { /* valign top    */ }
 node C     { /* valign center */ }
 node D     { /* valign bottom */ }
 nodetype * {height 130 width 50 label "This\nis\nnode\n%%"}

}}