Rename all 'offset' parameters to 'origin'.
[synfig.git] / synfig-core / trunk / src / modules / mod_gradient / curvegradient.h
index d9608e6..a6b419c 100644 (file)
@@ -52,7 +52,7 @@ class CurveGradient : public Layer_Composite, public Layer_NoDeform
 private:
        std::vector<synfig::BLinePoint> bline;
 
-       Point offset;
+       Point origin;
        Real width;
        Gradient gradient;
        Real curve_length_;