diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-09-16 01:27:54 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-09-16 01:27:54 +0000 |
| commit | 07eaeb8f391513dad456cc4d1a5939d2bb2f9c65 (patch) | |
| tree | f2c503eaba0bf3ad33cd39fa78cccf281fa03e06 /src/2geom/region.cpp | |
| parent | add verticalpattern checkbox to path-along-path and some parameters that are ... (diff) | |
| download | inkscape-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.cpp | 8 |
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; |
