Update text rendering.

This commit is contained in:
jmsgrogan 2023-01-18 17:31:16 +00:00
parent 8536908eab
commit 8130308f7f
27 changed files with 503 additions and 77 deletions

View file

@ -43,6 +43,8 @@ public:
void setWidth(double width);
void setHeight(double height);
void setRadius(double radius);
};
class SvgPolygon : public SvgShapeElement