]> granicus.if.org Git - graphviz/commitdiff
arrows: arrow_length_normal: update comment
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 21 Oct 2022 06:22:52 +0000 (08:22 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 29 Oct 2022 09:06:44 +0000 (11:06 +0200)
It doesn't matter if the corner is sharp or not. We might get a
partial gap for any corner.

lib/common/arrows.c

index bfc5f9c2e39672aa4515c9bd6ef78ace56263f95..c6b402d0443646126a6e93b21199cec1e2299283 100644 (file)
@@ -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 =