Code

another canvas repaint optimization: if the new rect and the rect aborted last time...
[inkscape.git] / src / dyna-draw-context.h
index fef6f1ea3b6deb7c8c49edabc9be3a564bb56150..6387672704786f3232f9c267f942feb7bcf891af 100644 (file)
@@ -94,6 +94,7 @@ struct SPDynaDrawContext
     double vel_thin;
     double flatness;
     double tremor;
+    double cap_rounding;
 
     Inkscape::MessageContext *_message_context;
 
@@ -101,6 +102,9 @@ struct SPDynaDrawContext
 
     /** uses absolute width independent of zoom */
     bool abs_width;
+
+    /** newly created object remain selected */
+    bool keep_selected;
 };
 
 struct SPDynaDrawContextClass