From: Magnus Jacobsson Date: Wed, 5 Oct 2022 20:31:28 +0000 (+0200) Subject: tests: GraphvizEdge: handle primitive arrow shape 'diamond' in arrowhead/tail_outline... X-Git-Tag: 7.0.1~18^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=387dc6041e908c9be015e568e36f51ddb9bd7097;p=graphviz tests: GraphvizEdge: handle primitive arrow shape 'diamond' in arrowhead/tail_outline_bbox --- diff --git a/tests/graphviz_edge.cpp b/tests/graphviz_edge.cpp index 6f7a36a56..99960a1a0 100644 --- a/tests/graphviz_edge.cpp +++ b/tests/graphviz_edge.cpp @@ -20,17 +20,19 @@ void GraphvizEdge::add_outline_overlap_bbox(const GraphvizNode &node, static const std::unordered_set supported_primitive_arrow_shapes = { - "box", // - "dot", // - "inv", // - "normal", // + "box", // + "diamond", // + "dot", // + "inv", // + "normal", // }; static const std::unordered_set polygon_based_primitive_arrow_shapes = { - "box", // - "inv", // - "normal", // + "box", // + "diamond", // + "inv", // + "normal", // }; static const std::unordered_set