mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 08:06:12 +02:00
🐛 Fix Fill Inner Shadows
This commit is contained in:
parent
e60e36a0e2
commit
91d15ea221
5 changed files with 149 additions and 49 deletions
|
@ -749,6 +749,10 @@ impl Shape {
|
|||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn has_fills(&self) -> bool {
|
||||
!self.fills.is_empty()
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue