mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 23:58:11 +08:00
Add ToolData and rectangle tool (#64)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub enum Operation {
|
||||
AddCircle { cx: f64, cy: f64, r: f64 },
|
||||
AddRect { x0: f64, y0: f64, x1: f64, y1: f64 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user