diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-31 22:27:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-31 22:27:23 +0000 |
| commit | 7e9014ea4c70210af432db8ef04e9d3d8b8b0835 (patch) | |
| tree | 075ebc7cdb84f13d2c834b592cb12cc5166a5dcc /src/livarot/ShapeMisc.cpp | |
| parent | Convert from std::string to glib::ustring to fit into rest of inkscape (diff) | |
| download | inkscape-7e9014ea4c70210af432db8ef04e9d3d8b8b0835.tar.gz inkscape-7e9014ea4c70210af432db8ef04e9d3d8b8b0835.zip | |
prevent stroke becoming invisible at certain zooms and path disappearing after outset with complex paths, closes a bunch of bugs
(bzr r1105)
Diffstat (limited to 'src/livarot/ShapeMisc.cpp')
| -rw-r--r-- | src/livarot/ShapeMisc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp index a76c0f745..79299ce49 100644 --- a/src/livarot/ShapeMisc.cpp +++ b/src/livarot/ShapeMisc.cpp @@ -35,8 +35,6 @@ Shape::ConvertToForme (Path * dest) { if (numberOfPoints() <= 1 || numberOfEdges() <= 1) return; - if (directedEulerian(this) == false) - return; // prepare dest->Reset (); |
