mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Improve text strokes blending
This commit is contained in:
@@ -980,6 +980,7 @@ impl Shape {
|
||||
self.visible_strokes().next().is_some()
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn has_visible_inner_strokes(&self) -> bool {
|
||||
self.visible_strokes().any(|s| s.kind == StrokeKind::Inner)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user