Trim raster cache in iced_tiny_skia
This commit is contained in:
parent
5b3977daf6
commit
a8d55ceb82
2 changed files with 12 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ impl Backend {
|
|||
|
||||
self.text_pipeline.trim_cache();
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
self.raster_pipeline.trim_cache();
|
||||
|
||||
#[cfg(feature = "svg")]
|
||||
self.vector_pipeline.trim_cache();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue