Reintroduce damage tracking for iced_tiny_skia
This commit is contained in:
parent
14b9708f72
commit
1e802e776c
10 changed files with 347 additions and 92 deletions
|
|
@ -166,7 +166,7 @@ impl geometry::frame::Backend for Frame {
|
|||
|
||||
let (scale_x, scale_y) = self.transform.get_scale();
|
||||
|
||||
if self.transform.is_scale_translate()
|
||||
if !self.transform.has_skew()
|
||||
&& scale_x == scale_y
|
||||
&& scale_x > 0.0
|
||||
&& scale_y > 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue