Code

Node tool: snap while scaling a selection of nodes. Consider this as experimental...
[inkscape.git] / src / pencil-context.h
index dd59c0466f3a1b98fc0c91710732b262921fe8e5..aa0f60eb24b063f210ebfd9ba73c03d90710f127 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
 };
 
@@ -56,4 +55,4 @@ GType sp_pencil_context_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :