]> granicus.if.org Git - graphviz/commit
Fix mapping geometry of edges to account for line width.
authorerg <devnull@localhost>
Thu, 31 Jan 2008 21:51:35 +0000 (21:51 +0000)
committererg <devnull@localhost>
Thu, 31 Jan 2008 21:51:35 +0000 (21:51 +0000)
commita38c14955ecb7417487426f0f33dfd5f63ef1775
tree45ee4261c8a8096fffd78f6facaafe97207cd347
parentc0d7256ecb96bf6d4a327292c9c12cc1d0d9ed4c
Fix mapping geometry of edges to account for line width.
Unfortunately, this involved a bit of code shuffling. Since map
generation is done in emit_begin_edge(), the use of style and penwidth
was removed from emit_edge_graphics() and moved earlier.
lib/common/emit.c