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