linux: shadow rendering
This commit is contained in:
parent
ecf4955899
commit
666b134d20
9 changed files with 236 additions and 62 deletions
|
@ -577,6 +577,7 @@ pub(crate) struct Shadow {
|
|||
pub content_mask: ContentMask<ScaledPixels>,
|
||||
pub color: Hsla,
|
||||
pub blur_radius: ScaledPixels,
|
||||
pub pad: u32, // align to 8 bytes
|
||||
}
|
||||
|
||||
impl Ord for Shadow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue