]> granicus.if.org Git - graphviz/commit
Fix bugs introduced into gvpack from recent changes to the main library.
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:41:53 +0000 (18:41 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:41:53 +0000 (18:41 +0000)
commit164ea152f04974eeaee34865a274626c64bd6cc0
tree3d2daa5313d20bb5bb1f4f07149b4e77ba574d41
parent128982ec879ee80e115b1d465017f1550be57c52
Fix bugs introduced into gvpack from recent changes to the main library.
The node width and height are generated from ND_rw_i, ND_ht_i, and ND_lw_i.
The old version of gvpack just worked by accident.
Also, init_graph resets the layout State, so gvpack must reset it after the
call to init_graph.
cmd/tools/gvpack.c