Using 'width' for the perpendicular scaling factor causes the parameter to be initial...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / curvewarp.h
index da9c1b7..673b6e7 100644 (file)
@@ -53,7 +53,7 @@ private:
        std::vector<synfig::BLinePoint> bline;
 
        Point origin;
-       Real width;
+       Real perp_width;
        Point start_point;
        Point end_point;
        Real curve_length_;