Skip to content

Commit

Permalink
Modify fromQuad() method in DOMQuad
Browse files Browse the repository at this point in the history
  • Loading branch information
T34-active committed Nov 28, 2024
1 parent dad9fbc commit 9ce2215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/domquad/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A `DOMQuad` is a collection of four `DOMPoint`s defining the corners of an arbit
- {{domxref("DOMQuad.fromRect()")}}
- : Returns a new `DOMQuad` object based on the passed set of coordinates.
- {{domxref("DOMQuad.fromQuad()")}}
- : Returns a new `DOMQuad` object based on the passed set of coordinates.
- : Returns a new `DOMQuad` object or a set of quadrilateral coordinates based on the provided input.
- {{domxref("DOMQuad.getBounds()")}}
- : Returns a {{domxref("DOMRect")}} object with the coordinates and dimensions of the `DOMQuad` object.
- {{domxref("DOMQuad.toJSON()")}}
Expand Down

0 comments on commit 9ce2215

Please sign in to comment.