(style?: Style)
| 25 | } |
| 26 | |
| 27 | function strokeWidth(style?: Style): number { |
| 28 | return style?.lineThickness ?? 1; |
| 29 | } |
| 30 | |
| 31 | function fill(style?: Style): string { |
| 32 | return style?.fillColor ?? "none"; |
no outgoing calls
no test coverage detected
searching dependent graphs…