Update lyon to 0.17 in iced_graphics
This commit is contained in:
parent
6821114cae
commit
d0fe7b57ea
4 changed files with 24 additions and 28 deletions
|
|
@ -62,7 +62,7 @@ impl Path {
|
|||
transform: &lyon::math::Transform,
|
||||
) -> Path {
|
||||
Path {
|
||||
raw: self.raw.transformed(transform),
|
||||
raw: self.raw.clone().transformed(transform),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue