Ran cargo_fmt over changed files.

This commit is contained in:
Malte Veerman 2019-12-11 22:13:29 +01:00
parent a88aae5e04
commit 5696afcadd
6 changed files with 53 additions and 55 deletions

View file

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