Path construction interpreter (m l c re S f B)

This commit is contained in:
saqib mir
2026-06-22 15:21:39 +05:30
parent ac5a1cc516
commit d290e65685
13 changed files with 146 additions and 9 deletions
@@ -21,6 +21,7 @@ public:
void visit(const DrawTextCommand& cmd) override;
void visit(const FillPathCommand& cmd) override;
void visit(const StrokePathCommand& cmd) override;
void visit(const FillStrokePathCommand& cmd) override;
void visit(const DrawImageCommand& cmd) override;
// Renders the entire display list to the canvas
void render(const DisplayList& displayList);