clippy
This commit is contained in:
parent
df4b94edf2
commit
2dd6137459
19 changed files with 42 additions and 53 deletions
|
|
@ -620,7 +620,7 @@ impl Engine {
|
|||
let center = physical_bounds.center();
|
||||
let radians = f32::from(svg.rotation);
|
||||
|
||||
let transform = Transform::default().post_rotate_at(
|
||||
let transform = tiny_skia::Transform::default().post_rotate_at(
|
||||
radians.to_degrees(),
|
||||
center.x,
|
||||
center.y,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
use crate::Primitive;
|
||||
use crate::core::renderer::Quad;
|
||||
use crate::core::{
|
||||
self, Background, Color, Point, Radians, Rectangle, Svg, Transformation,
|
||||
self, Background, Color, Point, Rectangle, Svg, Transformation,
|
||||
};
|
||||
use crate::graphics::damage;
|
||||
use crate::graphics::layer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue