mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Improve Ellipse Tool (#98)
This commit is contained in:
committed by
Keavon Chambers
parent
76eb944233
commit
c9fea54ec5
@@ -12,6 +12,16 @@ pub enum Operation {
|
||||
r: f64,
|
||||
style: style::PathStyle,
|
||||
},
|
||||
AddEllipse {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
cx: f64,
|
||||
cy: f64,
|
||||
rx: f64,
|
||||
ry: f64,
|
||||
rot: f64,
|
||||
style: style::PathStyle,
|
||||
},
|
||||
AddRect {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
|
||||
Reference in New Issue
Block a user