From 0c5a6480f289eb498b9969e990edf942ef424678 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:17:34 -0400 Subject: [PATCH] spelling: widen Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/miterstroke/src/com/jpexs/graphics/Stroker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/miterstroke/src/com/jpexs/graphics/Stroker.java b/libsrc/miterstroke/src/com/jpexs/graphics/Stroker.java index 8aa01140f..6871a9de9 100644 --- a/libsrc/miterstroke/src/com/jpexs/graphics/Stroker.java +++ b/libsrc/miterstroke/src/com/jpexs/graphics/Stroker.java @@ -593,7 +593,7 @@ final class Stroker implements PathConsumer2D { { // if p1=p2 or p3=p4 it means that the derivative at the endpoint // vanishes, which creates problems with computeOffset. Usually - // this happens when this stroker object is trying to winden + // this happens when this stroker object is trying to widen // a curve with a cusp. What happens is that curveTo splits // the input curve at the cusp, and passes it to this function. // because of inaccuracies in the splitting, we consider points