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

Method bottom

src/dom_rect_read_only.ts:59–61  ·  view source on GitHub ↗

* The bottom edge of the rectangle.

()

Source from the content-addressed store, hash-verified

57 * The bottom edge of the rectangle.
58 */
59 get bottom(): number {
60 return this.height < 0 ? this.y : this.y + this.height;
61 }
62
63 /**
64 * The left edge of the rectangle.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected