Merged svg pipeline into image

This commit is contained in:
Malte Veerman 2019-12-12 01:14:54 +01:00
parent f737c6da24
commit 895eaef99b
8 changed files with 92 additions and 656 deletions

View file

@ -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