Path construction interpreter (m l c re S f B)
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
void visit(const DrawTextCommand& cmd) override { calls.push_back("DrawText(" + cmd.text + ")"); }
|
||||
void visit(const FillPathCommand&) override { calls.push_back("FillPath"); }
|
||||
void visit(const StrokePathCommand&) override { calls.push_back("StrokePath"); }
|
||||
void visit(const FillStrokePathCommand&) override { calls.push_back("FillStrokePath"); }
|
||||
void visit(const DrawImageCommand&) override { calls.push_back("DrawImage"); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user