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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue