Port all remaining Subpath producers to BezPath and delete the legacy subpath module (#4457)

This commit is contained in:
Keavon Chambers
2026-09-15 20:52:14 +02:00
committed by Dennis Kobert
parent 89617462b6
commit 9fbd44d21d
43 changed files with 973 additions and 1300 deletions

View File

@@ -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};
}