Code

* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
authorspeleo3 <speleo3@users.sourceforge.net>
Tue, 16 Dec 2008 15:52:36 +0000 (15:52 +0000)
committerspeleo3 <speleo3@users.sourceforge.net>
Tue, 16 Dec 2008 15:52:36 +0000 (15:52 +0000)
commit025db6f90298127a666cd24bcfc2e22fd35ca84d
treeaab43b87dcf998923b3d7b1c21b2c5dfa4e15f17
parentc702dce9318d403c2ca451350282b55b2d888eb4
 * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
   sp_item_i2doc_affine or sp_item_i2d_affine respectively
 * remove sp_root_bbox, root->c2p was considered in the wrong place there
 * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
   node, because <svg> node does not have a transform attribute
 * fix style scaling for boolean operations (with viewBox)
 * fix zoom to fit drawing (with viewBox)
 * fix export area size for "export drawing" (with viewBox)
 * fix simultaneous movement of clone + original (with viewBox)
src/dialogs/export.cpp
src/extension/internal/cairo-renderer.cpp
src/main.cpp
src/selection-chemistry.cpp
src/sp-flowregion.cpp
src/sp-item.cpp
src/sp-item.h
src/sp-root.cpp
src/splivarot.cpp