blade: mono/poly chrome sprite rendering
This commit is contained in:
parent
59642bf29a
commit
d0a0ce1885
4 changed files with 208 additions and 22 deletions
|
@ -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(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue