31 #ifndef __VISIOSVGGENERATOR_H__
32 #define __VISIOSVGGENERATOR_H__
37 #include <libwpd/libwpd.h>
38 #include <libwpg/libwpg.h>
43 struct VSDSVGGeneratorPrivate;
53 void startLayer(const ::WPXPropertyList &propList);
58 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
61 void drawEllipse(const ::WPXPropertyList &propList);
62 void drawPolyline(const ::WPXPropertyListVector &vertices);
63 void drawPolygon(const ::WPXPropertyListVector &vertices);
64 void drawPath(const ::WPXPropertyListVector &path);
65 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
66 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
82 #endif // __VISIOSVGGENERATOR_H__