Code

fix pasting style after copying a text span
[inkscape.git] / src / pencil-context.h
index dd59c0466f3a1b98fc0c91710732b262921fe8e5..cbcf2b98e4e16afed55642605934a22c77255251 100644 (file)
@@ -31,11 +31,10 @@ struct SPPencilContext : public SPDrawContext {
     Geom::Point req_tangent;
 
     bool is_drawing;
-    bool prev_snap_was_succesful;
 
     std::vector<Geom::Point> ps;
 
-    Geom::Path sketch_interpolation; // the current proposal from the sketched paths
+    Geom::Piecewise<Geom::D2<Geom::SBasis> > sketch_interpolation; // the current proposal from the sketched paths
     unsigned sketch_n; // number of sketches done
 };