summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
authormorapeter <>2017-04-13 20:24:27 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-04-13 20:24:27 +0000
commit9b7ccee26b0f37dc17362a59c86b63189dd6a393 (patch)
tree5f972e6e8cb6cd35f992c711de9de9e96667982f /src/splivarot.cpp
parentcmake/MSYS2: Spell checking via gtkspell now working (diff)
downloadinkscape-9b7ccee26b0f37dc17362a59c86b63189dd6a393.tar.gz
inkscape-9b7ccee26b0f37dc17362a59c86b63189dd6a393.zip
Do not simplify when path inset or outset
Fixed bugs: - https://launchpad.net/bugs/616469 (bzr r15619)
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 125c1e068..c594a6426 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -2067,17 +2067,6 @@ sp_selected_path_do_offset(SPDesktop *desktop, bool expand, double prefOffset)
res->Reset();
theRes->ConvertToForme(res);
- if (o_width >= 1.0)
- {
- res->ConvertEvenLines(1.0);
- res->Simplify(1.0);
- }
- else
- {
- res->ConvertEvenLines(1.0*o_width);
- res->Simplify(1.0 * o_width);
- }
-
delete theShape;
delete theRes;
}