| 22 | } |
| 23 | |
| 24 | export interface EllipseProperties { |
| 25 | stroke: string; |
| 26 | fill: string; |
| 27 | strokeWidth: number; |
| 28 | opacity: number; |
| 29 | } |
| 30 | |
| 31 | export interface LineProperties { |
| 32 | stroke: string; |
nothing calls this directly
no outgoing calls
no test coverage detected