Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / dyna-draw-context.h
index 09bc73e29d8fce0d18046417993aa5abd07dcde4..19cbfbb29f2f2cdec57ade900685df0ca85c1303 100644 (file)
@@ -48,11 +48,12 @@ struct SPDynaDrawContext : public SPCommonContext {
     Path *hatch_livarot_path;
     std::list<double> hatch_nearest_past;
     std::list<double> hatch_pointer_past;
-    NR::Point hatch_last_nearest, hatch_last_pointer;
-    NR::Point hatch_vector_accumulated;
+    std::list<Geom::Point> inertia_vectors;
+    Geom::Point hatch_last_nearest, hatch_last_pointer;
+    std::list<Geom::Point> hatch_vectors;
     bool hatch_escaped;
     SPCanvasItem *hatch_area;
-
+    bool just_started_drawing;
     bool trace_bg;
 };