Some simple svg output.
This commit is contained in:
parent
1fc730d413
commit
b101a5f87c
11 changed files with 87 additions and 6 deletions
|
@ -34,3 +34,11 @@ public:
|
|||
|
||||
void setPoints(const std::vector<DiscretePoint>& loc);
|
||||
};
|
||||
|
||||
class SvgPolyline : public SvgShapeElement
|
||||
{
|
||||
public:
|
||||
SvgPolyline();
|
||||
|
||||
void setPoints(const std::vector<DiscretePoint>& loc);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue