🎉 Add text shadows (#6335)

This commit is contained in:
Elena Torró 2025-04-24 12:19:41 +02:00 committed by GitHub
parent 14e8026e30
commit c2ae58bf08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 93 additions and 7 deletions

View file

@ -549,6 +549,7 @@ impl Shape {
self.hidden
}
#[allow(dead_code)]
pub fn width(&self) -> f32 {
self.selrect.width()
}