summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7668a05)
raw | patch | inline | side by side (parent: 7668a05)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 13 Mar 2007 21:35:25 +0000 (21:35 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 13 Mar 2007 21:35:25 +0000 (21:35 +0000) |
src/splivarot.cpp | patch | blob | history |
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index f5f0a6481fa8e159c493b2674f1840ec9d83e8d5..377a060155b8ccac08c513a862772ee99aac661a 100644 (file)
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -442,10 +442,10 @@ sp_selected_path_boolop(bool_op bop, const unsigned int verb, const Glib::ustrin
// adjust style properties that depend on a possible transform in the source object in order
// to get a correct style attribute for the new path
SPItem* item_source = SP_ITEM(source);
- NR::Matrix i2d = sp_item_i2d_affine(item_source);
- sp_item_adjust_stroke(item_source, i2d.expansion());
- sp_item_adjust_pattern(item_source, i2d);
- sp_item_adjust_gradient(item_source, i2d);
+ NR::Matrix i2root = sp_item_i2root_affine(item_source);
+ sp_item_adjust_stroke(item_source, i2root.expansion());
+ sp_item_adjust_pattern(item_source, i2root);
+ sp_item_adjust_gradient(item_source, i2root);
Inkscape::XML::Node *repr_source = SP_OBJECT_REPR(source);