Merged svg pipeline into image
This commit is contained in:
parent
f737c6da24
commit
895eaef99b
8 changed files with 92 additions and 656 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue