blade: port underline shader

This commit is contained in:
Dzmitry Malyshau 2024-02-02 23:04:56 -08:00
parent 04e49dc493
commit 7c7aad5e76
4 changed files with 106 additions and 7 deletions

View file

@ -543,8 +543,8 @@ pub(crate) struct Underline {
pub order: DrawOrder,
pub bounds: Bounds<ScaledPixels>,
pub content_mask: ContentMask<ScaledPixels>,
pub thickness: ScaledPixels,
pub color: Hsla,
pub thickness: ScaledPixels,
pub wavy: bool,
}