I found this old thread, cause I'm looking for an API wich I need in a designer. getBoxQuads would be exactly what I need. It's sad it's not yet implemented, but the bigger issue, it is even not possible to polyfill. It would be possible for HTMLElement cause you could traverse back all elements and combine all Transformations and Positionings, and so you could calculate them, but it is not possible for SVG and MathML Elements, cause they are missing the offset... properties. see my issue: https://github.com/w3c/csswg-drafts/issues/10514
I know, this thread is 8 years old, but maybe [email protected] schrieb am Mittwoch, 13. Juli 2016 um 22:21:32 UTC+2: > And why not implemented? > -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2bddc293-05d0-4b06-9d0a-14a040a46aa2n%40chromium.org.
