30 #ifndef __CDRSVGGENERATOR_H__
31 #define __CDRSVGGENERATOR_H__
36 #include <libwpd/libwpd.h>
37 #include <libwpg/libwpg.h>
38 #include <libcdr/libcdr.h>
51 void startLayer(const ::WPXPropertyList &propList);
56 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
59 void drawEllipse(const ::WPXPropertyList &propList);
60 void drawPolyline(const ::WPXPropertyListVector &vertices);
61 void drawPolygon(const ::WPXPropertyListVector &vertices);
62 void drawPath(const ::WPXPropertyListVector &path);
63 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
64 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
87 #endif // __CDRSVGGENERATOR_H__