Ran cargo_fmt over changed files.
This commit is contained in:
parent
a88aae5e04
commit
5696afcadd
6 changed files with 53 additions and 55 deletions
|
|
@ -243,13 +243,11 @@ impl Renderer {
|
|||
scale: [bounds.width, bounds.height],
|
||||
});
|
||||
}
|
||||
Primitive::Svg { handle, bounds } => {
|
||||
layer.svgs.push(Svg {
|
||||
handle: handle.clone(),
|
||||
position: [bounds.x, bounds.y],
|
||||
scale: [bounds.width, bounds.height],
|
||||
})
|
||||
},
|
||||
Primitive::Svg { handle, bounds } => layer.svgs.push(Svg {
|
||||
handle: handle.clone(),
|
||||
position: [bounds.x, bounds.y],
|
||||
scale: [bounds.width, bounds.height],
|
||||
}),
|
||||
Primitive::Clip {
|
||||
bounds,
|
||||
offset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue