diff options
author | 2019-12-12 01:14:54 +0100 | |
---|---|---|
committer | 2019-12-12 01:14:54 +0100 | |
commit | 895eaef99b52c24e6f3d804897ad850c1f1de960 (patch) | |
tree | 2f63b98d133029d08030457d8521587807fa6418 /wgpu/src/primitive.rs | |
parent | f737c6da24d5c75e3efa92c0fd9d0d11fbd715c1 (diff) | |
download | iced-895eaef99b52c24e6f3d804897ad850c1f1de960.tar.gz iced-895eaef99b52c24e6f3d804897ad850c1f1de960.tar.bz2 iced-895eaef99b52c24e6f3d804897ad850c1f1de960.zip |
Merged svg pipeline into image
Diffstat (limited to '')
-rw-r--r-- | wgpu/src/primitive.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wgpu/src/primitive.rs b/wgpu/src/primitive.rs index 1b0729cf..04264e5d 100644 --- a/wgpu/src/primitive.rs +++ b/wgpu/src/primitive.rs @@ -46,13 +46,6 @@ pub enum Primitive { /// The bounds of the image bounds: Rectangle, }, - /// A svg icon primitive - Svg { - /// The path of the icon - handle: crate::svg::Handle, - /// The bounds of the icon - bounds: Rectangle, - }, /// A clip primitive Clip { /// The bounds of the clip |