W3cubDocs

/DOM

GeometryUtils

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.

Properties

This interface does not implement any properties.

Methods

GeometryUtils.getBoxQuads()
Returns a list of DOMQuad objects representing the CSS fragments of the node.
GeometryUtils.convertQuadFromNode()
GeometryUtils.convertRectFromNode()
GeometryUtils.convertPointFromNode()

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'GeometryUtils' in that specification.
Working Draft Initial definition

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support ? ? 31 ? ? ?
convertPointFromNode ? ? ? ? ? ?
convertQuadFromNode ? ? ? ? ? ?
convertRectFromNode ? ? ? ? ? ?
getBoxQuads ? ? 31
Disabled
31
Disabled
Disabled From version 31: this feature is behind the layout.css.getBoxQuads.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.
? ? ?
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
Disabled
31
Disabled
Disabled From version 31: this feature is behind the layout.css.getBoxQuads.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.
? ? ?

© 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