fix: scissor layout bounds for images
This commit is contained in:
parent
b4aedceac6
commit
751ffb5900
2 changed files with 12 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ impl Backend {
|
|||
* Transformation::scale(scale_factor, scale_factor);
|
||||
|
||||
self.image_pipeline
|
||||
.draw(gl, scaled, scale_factor, &layer.images);
|
||||
.draw(gl, scaled, scale_factor, &layer.images, bounds);
|
||||
}
|
||||
|
||||
if !layer.text.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue