fix: tiny-skia rendering
This commit is contained in:
parent
f7dc180371
commit
4259b64bfc
1 changed files with 2 additions and 2 deletions
|
|
@ -598,7 +598,7 @@ impl Engine {
|
|||
self.raster_pipeline.draw(
|
||||
&image.handle,
|
||||
image.filter_method,
|
||||
*bounds,
|
||||
physical_bounds,
|
||||
image.opacity,
|
||||
_pixels,
|
||||
transform,
|
||||
|
|
@ -629,7 +629,7 @@ impl Engine {
|
|||
self.vector_pipeline.draw(
|
||||
&svg.handle,
|
||||
svg.color,
|
||||
*bounds,
|
||||
physical_bounds,
|
||||
svg.opacity,
|
||||
_pixels,
|
||||
transform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue