From cae2409c94b11d17643f7c19829e2653d759ff8e Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 13 Dec 2007 09:45:27 +0000 Subject: Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) --- src/sp-rect.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp-rect.cpp') diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp index d9caebd5a..e5f1da05d 100644 --- a/src/sp-rect.cpp +++ b/src/sp-rect.cpp @@ -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. */ -- cgit v1.2.3