From 209e49503a66b8dfbc6ad98384e272e2eb5496b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 21 Apr 2025 07:59:40 +0200 Subject: [PATCH] Spelling fix --- .../com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java index eedf09020..f6997cf7a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java @@ -455,7 +455,7 @@ public class CubicToQuad { /** * Approximate cubic Bezier curve defined with base points p1, p2 and - * control points c1, c2 with with a few quadratic Bezier curves. The + * control points c1, c2 with a few quadratic Bezier curves. The * function uses tangent method to find quadratic approximation of cubic * curve segment and simplified Hausdorff distance to determine number of * segments that is enough to make error small. In general the method is the @@ -515,7 +515,7 @@ public class CubicToQuad { /** * Approximate cubic Bezier curve defined with base points p1, p2 and - * control points c1, c2 with with a few quadratic Bezier curves. The + * control points c1, c2 with a few quadratic Bezier curves. The * function uses tangent method to find quadratic approximation of cubic * curve segment and simplified Hausdorff distance to determine number of * segments that is enough to make error small. In general the method is the