mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 10:28:11 +08:00
Implement Freehand Tool (#503)
* Implement freehand tool * Address review comments * Consistent ordering of tools * Add hotkey N for freehand tool * Tweak freehand tool hint
This commit is contained in:
committed by
Keavon Chambers
parent
dae79caf15
commit
0da8dabba9
@@ -255,7 +255,7 @@ mod test {
|
||||
style: Default::default(),
|
||||
});
|
||||
|
||||
editor.handle_message(Operation::AddPen {
|
||||
editor.handle_message(Operation::AddPolyline {
|
||||
path: vec![folder_id, PEN_INDEX as u64],
|
||||
insert_index: 0,
|
||||
transform: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
|
||||
|
||||
Reference in New Issue
Block a user