diff options
| author | MenTaLguY <mental@rydia.net> | 2007-06-27 01:46:48 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-06-27 01:46:48 +0000 |
| commit | 79203fd3577497a35839333e0ed244729fe048ce (patch) | |
| tree | fe18c2701730b1b01d1f34795060c16a8b43e35e /src | |
| parent | more unreffing temporary styles properly (diff) | |
| download | inkscape-79203fd3577497a35839333e0ed244729fe048ce.tar.gz inkscape-79203fd3577497a35839333e0ed244729fe048ce.zip | |
fix issue introduced in r14229
(bzr r3115)
Diffstat (limited to 'src')
| -rw-r--r-- | src/splivarot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 3ee5b5d61..33970f6a2 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -481,7 +481,7 @@ sp_selected_path_boolop(bool_op bop, const unsigned int verb, const Glib::ustrin // premultiply by the inverse of parent's repr SPItem *parent_item = SP_ITEM(sp_desktop_document(desktop)->getObjectByRepr(parent)); NR::Matrix local = sp_item_i2doc_affine(parent_item); - gchar *transform = sp_svg_transform_write(local); + gchar *transform = sp_svg_transform_write(local.inverse()); // now that we have the result, add it on the canvas if ( bop == bool_op_cut || bop == bool_op_slice ) { |
