* The left edge of the rectangle.
()
| 64 | * The left edge of the rectangle. |
| 65 | */ |
| 66 | get left(): number { |
| 67 | return this.width < 0 ? this.x + this.width : this.x; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Creates a DOMRectReadOnly from a DOMRectInit. |
nothing calls this directly
no outgoing calls
no test coverage detected