From 903a7c21b47d52eef2edb95882265ad41c7e36a5 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 15:05:51 +0000 Subject: [PATCH] Typo: 'rectaingles' -> 'rectangles'. git-svn-id: http://svn.voria.com/code@1043 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/curveset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4