Fix 1795913. Subtract now works with colors.
[synfig.git] / synfig-core / trunk / src / synfig / curve_helper.cpp
index 8cf0062..b066d9d 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file curve_helper.cpp
 **     \brief Curve Helper File
 **
-**     $Id: curve_helper.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -108,7 +108,7 @@ void BezHull::Bound(const etl::bezier<Point> &b)
 {
        #if 1
 
-       //with a starting vertex, find the only vertex that has all other vertices on it's right
+       //with a starting vertex, find the only vertex that has all other vertices on its right
        int i,j;
        int first,cur,last;