X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurveset.cpp;h=fc02b1c7bf8bc26a57f41e30a507342ba07b232c;hb=12461f9a942b3736b540d68eb1ccca0f26abb268;hp=4b7302f3e40601b8a9c3c372d3c47dd3f61eb96c;hpb=f2a36e5791a1d7f3bd973742785b3b93619d3bad;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curveset.cpp b/synfig-core/trunk/src/synfig/curveset.cpp index 4b7302f..fc02b1c 100644 --- a/synfig-core/trunk/src/synfig/curveset.cpp +++ b/synfig-core/trunk/src/synfig/curveset.cpp @@ -436,7 +436,7 @@ void CurveSet::CleanUp(int /*curve*/) Performance annoyances: 1) Recursing down to find an intersection at the end points that doesn't actually exist - (can be helped a bit by not including the edges of bounding rectaingles) + (can be helped a bit by not including the edges of bounding rectangles) 2) Intersecting curves is slow... oh well Algorithm: