diff options
Diffstat (limited to 'src/lib/VSDContentCollector.h')
-rw-r--r-- | src/lib/VSDContentCollector.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/VSDContentCollector.h b/src/lib/VSDContentCollector.h index 4460e35..eb8666c 100644 --- a/src/lib/VSDContentCollector.h +++ b/src/lib/VSDContentCollector.h @@ -205,7 +205,8 @@ private: void _fillAndShadowProperties(const VSDFillStyle &style, librevenge::RVNGPropertyList &styleProps); void _applyLinePattern(); - const char *_linePropertiesMarkerViewbox(unsigned marker); + const char *_linePropertiesMarkerPathTransform(unsigned marker, bool reverse); + const char *_linePropertiesMarkerViewbox(unsigned marker, bool reverse); const char *_linePropertiesMarkerPath(unsigned marker); double _linePropertiesMarkerScale(unsigned marker); @@ -233,6 +234,10 @@ private: void _convertToPath(const std::vector<librevenge::RVNGPropertyList> &segmentVector, librevenge::RVNGPropertyListVector &path, double rounding); + void AddPath( + const std::vector<librevenge::RVNGPropertyList> &path, + const librevenge::RVNGPropertyList &styleProps, unsigned int shapeId); + bool m_isPageStarted; double m_pageWidth; double m_pageHeight; |