| 30 | }; |
| 31 | |
| 32 | interface BoundingBox { |
| 33 | width: number; // w_b |
| 34 | height: number; // h_b |
| 35 | x: number; // x_b |
| 36 | y: number; // y_b |
| 37 | } |
| 38 | |
| 39 | interface RectangleStyle { |
| 40 | width: number; // Original width (w) |
nothing calls this directly
no outgoing calls
no test coverage detected