MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill / right

Method right

src/dom_rect_read_only.ts:52–54  ·  view source on GitHub ↗

* The right edge of the rectangle.

()

Source from the content-addressed store, hash-verified

50 * The right edge of the rectangle.
51 */
52 get right(): number {
53 return this.width < 0 ? this.x : this.x + this.width;
54 }
55
56 /**
57 * The bottom edge of the rectangle.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected