From: Magnus Jacobsson Date: Fri, 21 Oct 2022 06:22:52 +0000 (+0200) Subject: arrows: arrow_length_normal: update comment X-Git-Tag: 7.0.1~18^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87c567df1bb0bea2e57a546f63ae1e038fb0a6c2;p=graphviz arrows: arrow_length_normal: update comment It doesn't matter if the corner is sharp or not. We might get a partial gap for any corner. --- diff --git a/lib/common/arrows.c b/lib/common/arrows.c index bfc5f9c2e..c6b402d04 100644 --- a/lib/common/arrows.c +++ b/lib/common/arrows.c @@ -986,8 +986,7 @@ static double arrow_length_normal(double lenfact, double arrowsize, assert(full_base_width > 0 && "non-positive full base width"); // we want a small overlap between the edge path (stem) and the arrow to avoid - // gaps beetween them in case the arrow has a sharp corner towards the edge - // path + // gaps beetween them in case the arrow has a corner towards the edge path const double overlap_at_base = penwidth / 2; // overlap the tip to a point where its width is equal to the penwidth. const double length_where_width_is_penwidth =