The GeometryUtils interface provides different utility function to retrieve geometry information about DOM nodes.
GeometryUtils is a raw interface and no object of this type can be created; it is implemented by Text, Element, CSSPseudoElement, and Document objects.
This interface does not implement any properties.
GeometryUtils.getBoxQuads()
DOMQuad objects representing the CSS fragments of the node.GeometryUtils.convertQuadFromNode()
GeometryUtils.convertRectFromNode()
GeometryUtils.convertPointFromNode()
| Specification | Status | Comment | 
|---|---|---|
| CSS Object Model (CSSOM) View Module The definition of 'GeometryUtils' in that specification.  |  Working Draft | Initial definition | 
| Desktop | ||||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
| Basic support | ? | ? | 31 | ? | ? | ? | 
convertPointFromNode 
 | 
? | ? | ? | ? | ? | ? | 
convertQuadFromNode 
 | 
? | ? | ? | ? | ? | ? | 
convertRectFromNode 
 | 
? | ? | ? | ? | ? | ? | 
getBoxQuads 
 | 
? | ? |  31
  | 
? | ? | ? | 
| Mobile | |||||||
|---|---|---|---|---|---|---|---|
| Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
| Basic support | ? | ? | ? | 31 | ? | ? | ? | 
convertPointFromNode 
 | 
? | ? | ? | ? | ? | ? | ? | 
convertQuadFromNode 
 | 
? | ? | ? | ? | ? | ? | ? | 
convertRectFromNode 
 | 
? | ? | ? | ? | ? | ? | ? | 
getBoxQuads 
 | 
? | ? | ? |  31
  | 
? | ? | ? | 
    © 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
    https://developer.mozilla.org/en-US/docs/Web/API/GeometryUtils