Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / dyna-draw-context.h
index ddab2b53cf4128c062d0123889e1ecbe60a42bba..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;
+    std::list<Geom::Point> inertia_vectors;
     Geom::Point hatch_last_nearest, hatch_last_pointer;
-    Geom::Point hatch_vector_accumulated;
+    std::list<Geom::Point> hatch_vectors;
     bool hatch_escaped;
     SPCanvasItem *hatch_area;
-
+    bool just_started_drawing;
     bool trace_bg;
 };