]> granicus.if.org Git - graphviz/commitdiff
tests: test_edge_node_overlap_utilities: remove FIXME for 'tee' arrow
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 6 Oct 2022 10:40:46 +0000 (12:40 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 4 Nov 2022 17:45:17 +0000 (18:45 +0100)
The existing calculation is correct and the inital assumtion that it
wasn't was incorrect.

tests/test_edge_node_overlap_utilities.cpp

index 888e7678ed3ca33cc7dc850f348923570d129bed..dfda7d7373c62dca3078b2d9ec138ae675b779f7 100644 (file)
@@ -466,7 +466,6 @@ void test_edge_node_overlap(const graph_options &graph_options,
           {"normal",
            graph_options.edge_penwidth / 2 + graphviz_bezier_clip_margin},
           {"tee",
-           // FIXME: adjust this when `tee` is fixed for penwidth
            graph_options.edge_penwidth / 2 + graphviz_bezier_clip_margin},
           {"vee",
            // FIXME: adjust this when `vee` is fixed for penwidth