From 4289e1281e707090b4195dcb879cf1532d9ef03a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 14 Jun 2008 15:01:19 +0000 Subject: update 2geom (bzr r5931) --- src/2geom/pathvector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/2geom/pathvector.h') diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h index 97a0d19f1..a9f4d88ed 100644 --- a/src/2geom/pathvector.h +++ b/src/2geom/pathvector.h @@ -46,6 +46,8 @@ PathVector operator* (PathVector const & path_in, Matrix const &m); PathVector reverse_paths_and_order (PathVector const & path_in); +Rect bounds_fast( PathVector const & pv ); +Rect bounds_exact( PathVector const & pv ); } #endif // SEEN_GEOM_PATHVECTOR_H -- cgit v1.2.3