blade: mono/poly chrome sprite rendering

This commit is contained in:
Dzmitry Malyshau 2024-02-03 21:30:47 -08:00
parent 59642bf29a
commit d0a0ce1885
4 changed files with 208 additions and 22 deletions

View file

@ -874,6 +874,7 @@ impl<'a> ElementContext<'a> {
content_mask,
tile,
grayscale: false,
pad: 0,
},
);
}
@ -958,6 +959,7 @@ impl<'a> ElementContext<'a> {
corner_radii,
tile,
grayscale,
pad: 0,
},
);
Ok(())