Restore the sample_polyline test attribute and drop dead scaffolding

This commit is contained in:
Dennis Kobert
2026-08-23 08:31:40 +00:00
parent 6e9cac3b32
commit 5e918af371
3 changed files with 2 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
use glam::{DAffine2, DVec2, IVec2};
use graphene_std::gradient::GradientStops;
use graphene_std::list::{AttributeDyn, AttributeValueDyn, List, ListDyn};
#[cfg(target_family = "wasm")]
use graphene_std::platform_application_io::canvas_utils::CanvasHandle;
#[cfg(feature = "gpu")]
use graphene_std::raster::GPU;
use graphene_std::raster::color::Color;