Merge pull request #7029 from penpot/elenatorro-11691-fix-default-text-fill

🔧 Fix text default color and inner stroke opacity
This commit is contained in:
Alejandro Alonso
2025-08-13 12:52:14 +02:00
committed by GitHub
5 changed files with 74 additions and 37 deletions

View File

@@ -1072,6 +1072,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)
}