27 #ifndef __WPGSVGGENERATOR_H__
28 #define __WPGSVGGENERATOR_H__
32 #include <libwpd/libwpd.h>
45 void startLayer(const ::WPXPropertyList& propList);
50 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
53 void drawEllipse(const ::WPXPropertyList &propList);
54 void drawPolyline(const ::WPXPropertyListVector &vertices);
55 void drawPolygon(const ::WPXPropertyListVector &vertices);
56 void drawPath(const ::WPXPropertyListVector &path);
57 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
58 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
78 #endif // __WPGSVGGENERATOR_H__