Right now, it's pretty difficult to get the size and position of an element that's undergone rotational transforms.
getClientQuads (on ranges and elements) would return a sequence of DOMQuads representing the shape of the box.
Eg:

The green box represents the behaviour of getClientRects, whereas the blue box represents the behaviour of getClientQuads.
Right now, it's pretty difficult to get the size and position of an element that's undergone rotational transforms.
getClientQuads(on ranges and elements) would return a sequence ofDOMQuads representing the shape of the box.Eg:
The green box represents the behaviour of
getClientRects, whereas the blue box represents the behaviour ofgetClientQuads.