From 895eaef99b52c24e6f3d804897ad850c1f1de960 Mon Sep 17 00:00:00 2001 From: Malte Veerman Date: Thu, 12 Dec 2019 01:14:54 +0100 Subject: Merged svg pipeline into image --- wgpu/src/primitive.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wgpu/src/primitive.rs') 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 -- cgit