mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 13:38:12 +08:00
Implement Pen Tool (#79)
This commit is contained in:
committed by
Keavon Chambers
parent
70f70b70fc
commit
5991181f91
@@ -28,6 +28,12 @@ pub enum Operation {
|
||||
y1: f64,
|
||||
style: style::PathStyle,
|
||||
},
|
||||
AddPen {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
points: Vec<(f64, f64)>,
|
||||
style: style::PathStyle,
|
||||
},
|
||||
AddShape {
|
||||
path: Vec<LayerId>,
|
||||
insert_index: isize,
|
||||
|
||||
Reference in New Issue
Block a user