diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-12 16:04:51 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-12 16:04:51 +0000 |
| commit | 8cd888c5829e26bf78aaa2aec13eb6c679077bab (patch) | |
| tree | 1388bf13b31ecce89f930ae44f0cfb1b9eef4258 /src/extension/internal/ps.h | |
| parent | remove no longer needed inclusions (diff) | |
| download | inkscape-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.h | 3 |
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); |
