Initial scene to svg conversion.
This commit is contained in:
parent
65ac927929
commit
1fc730d413
15 changed files with 164 additions and 28 deletions
|
@ -26,3 +26,11 @@ public:
|
|||
|
||||
void setHeight(unsigned height);
|
||||
};
|
||||
|
||||
class SvgPolygon : public SvgShapeElement
|
||||
{
|
||||
public:
|
||||
SvgPolygon();
|
||||
|
||||
void setPoints(const std::vector<DiscretePoint>& loc);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue