Add path rendering and svg line output.
This commit is contained in:
parent
73051a5f27
commit
6274c41a80
15 changed files with 281 additions and 79 deletions
|
@ -26,6 +26,10 @@ private:
|
|||
|
||||
void paintCircle(SvgDocument* document, SceneModel* model) const;
|
||||
|
||||
void paintLine(SvgDocument* document, SceneModel* model) const;
|
||||
|
||||
void paintLineSegment(SvgDocument* document, SceneModel* model) const;
|
||||
|
||||
void paintPath(SvgDocument* document, SceneModel* model) const;
|
||||
|
||||
void paintText(SvgDocument* document, SceneText* model) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue