Wgraph:Demo valign

From FollowTheScore
Jump to: navigation, search

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%%"}

}}