From f4f442c53ca362ea85e5c6b84d12ef745584a7d0 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 24 Mar 2012 20:57:21 +0100 Subject: partial 2geom update to obtain required method (bzr r11127) --- src/2geom/svg-path.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/2geom/svg-path.h b/src/2geom/svg-path.h index 89192fb72..591eb3aa2 100644 --- a/src/2geom/svg-path.h +++ b/src/2geom/svg-path.h @@ -120,6 +120,14 @@ public: large_arc, sweep, p); } + void append(Path const &other, Path::Stitching stitching = Path::NO_STITCHING) + { + if (!_in_path) { + moveTo(other.initialPoint()); + } + _path.append(other, stitching); + } + void closePath() { _path.close(); finish(); -- cgit v1.2.3