Remove unused imports

This commit is contained in:
Dennis Kobert 2025-04-02 08:21:21 +02:00
parent a064bd74b1
commit 05ef47f701
No known key found for this signature in database
GPG key ID: 5A4358CB9530F933

View file

@ -5,7 +5,6 @@ use crate::raster::image::ImageFrameTable;
use crate::vector::VectorDataTable;
use crate::{Artboard, ArtboardGroupTable, CloneVarArgs, Color, Context, Ctx, ExtractAll, GraphicGroupTable, OwnedContextImpl};
use core::f64;
use core::hash::{Hash, Hasher};
use glam::{DAffine2, DMat2, DVec2};
pub trait Transform {