Use lower_case "xor_pattern" in .sif files rather than "XORPattern".
[synfig.git] / synfig-core / trunk / src / modules / mod_gradient / curvegradient.h
index 28ce0e7..1c06d62 100644 (file)
@@ -51,17 +51,16 @@ class CurveGradient : public Layer_Composite, public Layer_NoDeform
 private:
        std::vector<synfig::BLinePoint> bline;
 
-       Point p1,p2;
        Point offset;
        Real width;
-       Vector diff;
        Gradient gradient;
-       Real    curve_length_;
+       Real curve_length_;
 
        bool loop;
        bool zigzag;
        bool bline_loop;
        bool perpendicular;
+       bool fast;
 
        void sync();