gitk: Make downward-pointing arrows end in vertical line segment
authorPaul Mackerras <paulus@samba.org>
Sat, 18 Mar 2006 09:42:46 +0000 (20:42 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 18 Mar 2006 09:42:46 +0000 (20:42 +1100)
commitd8d2df08f6c5f804878bf9faf0820db87dbd68f5
tree5221b79da206b44a49bbefadd1b7bd2e863c8f08
parentf4171a19f0a4091093bca4c1671c77b8caa93533
gitk: Make downward-pointing arrows end in vertical line segment

It seems Tk 8.4 can't draw arrows on diagonal line segments.  This
adds code to the optimizer to make the last bit of a line go vertically
before being terminated with an arrow pointing downwards, so that
it will be drawn correctly by Tk 8.4.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk