#include <WPGPath.h>
Public Types | |
enum | Type { NullElement, MoveToElement, LineToElement, CurveToElement } |
Public Member Functions | |
WPGPathElement () | |
Public Attributes | |
Type | type |
WPGPoint | point |
WPGPoint | extra1 |
WPGPoint | extra2 |
libwpg::WPGPathElement::WPGPathElement | ( | ) |
Referenced by libwpg::WPGPath::curveTo(), and libwpg::WPGSVGGenerator::drawPath().
Referenced by libwpg::WPGPath::curveTo(), and libwpg::WPGSVGGenerator::drawPath().