summaryrefslogtreecommitdiffstats
path: root/src/2geom/region.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-09-16 01:27:54 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-09-16 01:27:54 +0000
commit07eaeb8f391513dad456cc4d1a5939d2bb2f9c65 (patch)
treef2c503eaba0bf3ad33cd39fa78cccf281fa03e06 /src/2geom/region.cpp
parentadd verticalpattern checkbox to path-along-path and some parameters that are ... (diff)
downloadinkscape-07eaeb8f391513dad456cc4d1a5939d2bb2f9c65.tar.gz
inkscape-07eaeb8f391513dad456cc4d1a5939d2bb2f9c65.zip
merge in 2geom rev. 1154
(bzr r3756)
Diffstat (limited to 'src/2geom/region.cpp')
-rw-r--r--src/2geom/region.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/2geom/region.cpp b/src/2geom/region.cpp
index cfab3a35a..116cc72fd 100644
--- a/src/2geom/region.cpp
+++ b/src/2geom/region.cpp
@@ -5,14 +5,6 @@
namespace Geom {
-Regions sanitize_path(Path const &p) {
- Regions results;
- Crossings crs = self_crossings(p);
- for(unsigned i = 0; i < crs.size(); i++) {
-
- }
-}
-
Region Region::operator*(Matrix const &m) const {
Region r((m.flips() ? boundary.reverse() : boundary) * m, fill);
if(box && m.onlyScaleAndTranslation()) r.box = (*box) * m;