On Feb 23, 2011, at 5:00 PM, achellies wrote: > baseRect = > node->renderer()->enclosingBox()->absoluteContentBox(); >
> node->renderer()->absoluteRects(leafNodesRect, > baseRect.x(), baseRect.y()); These methods do not give the correct results with CSS transforms. You want absoluteBoundingBoxRect(true) or absoluteQuads(). Simon _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
