mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 14:08:12 +08:00
committed by
Keavon Chambers
parent
6511f5a628
commit
f12db377f4
@@ -16,6 +16,14 @@ pub enum Operation {
|
||||
x1: f64,
|
||||
y1: f64,
|
||||
},
|
||||
AddLine {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
x0: f64,
|
||||
y0: f64,
|
||||
x1: f64,
|
||||
y1: f64,
|
||||
},
|
||||
DeleteLayer {
|
||||
path: Vec<LayerId>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user