use crateimage;
// use crate::components::core::svg;
use crateRectangle;
/// A raster or vector image.
// A vector image.
// Vector {
// /// The handle of a vector image.
// handle: svg::Handle,
// /// The [`Color`] filter
// color: Option<wgpu::Color>,
// /// The bounds of the image.
// bounds: Rectangle,
// },
// }