mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Port all remaining Subpath producers to BezPath and delete the legacy subpath module (#4457)
This commit is contained in:
committed by
Dennis Kobert
parent
89617462b6
commit
9fbd44d21d
@@ -53,10 +53,6 @@ pub mod artboard {
|
||||
pub use graphic_types::artboard::*;
|
||||
}
|
||||
|
||||
pub mod subpath {
|
||||
pub use vector_types::subpath::*;
|
||||
}
|
||||
|
||||
pub mod gradient {
|
||||
pub use vector_types::{Gradient, GradientStop};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user