Code

Fundamentally reworked version of the 3D box tool (among many other things, this...
[inkscape.git] / src / sp-rect.cpp
index d9caebd5a00eaeae4464aec2536b30deaf79c57a..e5f1da05d24eb735e527ef04bfee4e60da0b57e0 100644 (file)
@@ -349,6 +349,7 @@ sp_rect_set_ry(SPRect *rect, gboolean set, gdouble value)
 static NR::Matrix
 sp_rect_set_transform(SPItem *item, NR::Matrix const &xform)
 {
+    g_print ("sp_rect_set_transform\n");
     SPRect *rect = SP_RECT(item);
 
     /* Calculate rect start in parent coords. */