Skip to content

Commit 209e495

Browse files
committed
Spelling fix
1 parent c053c96 commit 209e495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ private double[][] subdivideCubic(double x1, double y1, double x2, double y2, do
455455

456456
/**
457457
* Approximate cubic Bezier curve defined with base points p1, p2 and
458-
* control points c1, c2 with with a few quadratic Bezier curves. The
458+
* control points c1, c2 with a few quadratic Bezier curves. The
459459
* function uses tangent method to find quadratic approximation of cubic
460460
* curve segment and simplified Hausdorff distance to determine number of
461461
* segments that is enough to make error small. In general the method is the
@@ -515,7 +515,7 @@ public List<Double> cubicToQuad(double p1x, double p1y, double c1x, double c1y,
515515

516516
/**
517517
* Approximate cubic Bezier curve defined with base points p1, p2 and
518-
* control points c1, c2 with with a few quadratic Bezier curves. The
518+
* control points c1, c2 with a few quadratic Bezier curves. The
519519
* function uses tangent method to find quadratic approximation of cubic
520520
* curve segment and simplified Hausdorff distance to determine number of
521521
* segments that is enough to make error small. In general the method is the

0 commit comments

Comments
 (0)