mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Add Active Tool Router (#58)
* Add Active Tool Router * Remove commented out import
This commit is contained in:
committed by
Keavon Chambers
parent
6050038047
commit
4992bdee0e
@@ -1,4 +1,7 @@
|
||||
pub mod operation;
|
||||
|
||||
pub use kurbo::{Circle, Point};
|
||||
pub use operation::Operation;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum SvgElement {
|
||||
|
||||
3
core/document/src/operation.rs
Normal file
3
core/document/src/operation.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub enum Operation {
|
||||
AddCircle((f64, f64), f64),
|
||||
}
|
||||
Reference in New Issue
Block a user