Code

2geomify print, fill and stroke methods of extensions
[inkscape.git] / src / extension / print.h
index e9796bb2d6197302d0fa46d7abfcfc7dfcc4dcf6..c5f49dd9dbe3e5b6c2b8f47ab13007124627e5fa 100644 (file)
@@ -45,13 +45,13 @@ public:
                                float opacity);
     unsigned int  release     (void);
     unsigned int  comment     (const char * comment);
-    unsigned int  fill        (const_NRBPath const *bpath,
+    unsigned int  fill        (Geom::PathVector const &pathv,
                                NR::Matrix const *ctm,
                                SPStyle const *style,
                                NRRect const *pbox,
                                NRRect const *dbox,
                                NRRect const *bbox);
-    unsigned int  stroke      (const_NRBPath const *bpath,
+    unsigned int  stroke      (Geom::PathVector const &pathv,
                                NR::Matrix const *transform,
                                SPStyle const *style,
                                NRRect const *pbox,