mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Divide the large Bezier-rs implementation file into smaller ones (#751)
* Refactor bezier lib file into a separate folder * Add better implementation comments * Update import of Subpath from bezier-rs * Add comment to describe compare.rs * Remove printlns and adjust spacing
This commit is contained in:
committed by
Keavon Chambers
parent
8effd6ecca
commit
49c236fcc2
@@ -1,4 +1,4 @@
|
||||
use bezier_rs::subpath::{ManipulatorGroup, Subpath, ToSVGOptions};
|
||||
use bezier_rs::{ManipulatorGroup, Subpath, ToSVGOptions};
|
||||
use glam::DVec2;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user