summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/ps.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-12 16:04:51 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-12 16:04:51 +0000
commit8cd888c5829e26bf78aaa2aec13eb6c679077bab (patch)
tree1388bf13b31ecce89f930ae44f0cfb1b9eef4258 /src/extension/internal/ps.h
parentremove no longer needed inclusions (diff)
downloadinkscape-8cd888c5829e26bf78aaa2aec13eb6c679077bab.tar.gz
inkscape-8cd888c5829e26bf78aaa2aec13eb6c679077bab.zip
convert ps output to 2geom
(bzr r6278)
Diffstat (limited to 'src/extension/internal/ps.h')
-rw-r--r--src/extension/internal/ps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/internal/ps.h b/src/extension/internal/ps.h
index 407da88a3..179779e25 100644
--- a/src/extension/internal/ps.h
+++ b/src/extension/internal/ps.h
@@ -47,7 +47,8 @@ class PrintPS : public Inkscape::Extension::Implementation::Implementation {
//map strings of font types to enumeration of int values
std::map<std::string, FontType> _fontTypesMap;
- void print_bpath(SVGOStringStream &os, NArtBpath const *bp);
+ void print_2geomcurve(SVGOStringStream &os, Geom::Curve const & c );
+ void print_pathvector(SVGOStringStream &os, Geom::PathVector const &pathv);
void print_fill_style(SVGOStringStream &os, SPStyle const *style, NRRect const *pbox);
void print_stroke_style(SVGOStringStream &os, SPStyle const *style);