Fix import error

This commit is contained in:
Adesh Gupta
2025-08-18 20:18:03 +00:00
parent 9d34e4a8bd
commit 6fd0aaab8e
@@ -23,7 +23,7 @@ use crate::messages::tool::common_functionality::snapping::{SnapCache, SnapCandi
use crate::messages::tool::common_functionality::utility_functions::{calculate_segment_angle, find_two_param_best_approximate, make_path_editable_is_allowed};
use graphene_std::Color;
use graphene_std::renderer::Quad;
use graphene_std::subpath::pathseg_points;
use graphene_std::subpath::{Bezier, BezierHandles, pathseg_points};
use graphene_std::transform::ReferencePoint;
use graphene_std::uuid::NodeId;
use graphene_std::vector::algorithms::util::pathseg_tangent;