feat: Implement circle drawing tool
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -8,7 +8,8 @@ class SketchObject
|
||||
public:
|
||||
enum class ObjectType {
|
||||
Line,
|
||||
Rectangle
|
||||
Rectangle,
|
||||
Circle
|
||||
};
|
||||
|
||||
SketchObject() = default;
|
||||
|
||||
Reference in New Issue
Block a user