all: add support for hy3 like tiling
This commit is contained in:
parent
a41dbae899
commit
cea4187fc0
21 changed files with 1237 additions and 48 deletions
|
|
@ -306,6 +306,8 @@ pub struct RoundedFillRect {
|
|||
pub border_width: f32,
|
||||
/// Output scale for antialiasing.
|
||||
pub scale: f32,
|
||||
/// Sort order hint within the RoundedFill bucket (lower renders first).
|
||||
pub z_order: u32,
|
||||
}
|
||||
|
||||
impl RoundedFillRect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue