[webkit-reviews] review granted: [Bug 25226] Add a RenderObject::localToParentTransform method which includes the full transform between local and parent local : [Attachment 29558] First stab at localToParentTransform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 16:21:46 PDT 2009


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Eric Seidel
<eric at webkit.org>'s request for review:
Bug 25226: Add a RenderObject::localToParentTransform method which includes the
full transform between local and parent local
https://bugs.webkit.org/show_bug.cgi?id=25226

Attachment 29558: First stab at localToParentTransform
https://bugs.webkit.org/attachment.cgi?id=29558&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
r=me, but the localToParentTransform() terminology is a bit of a mismatch with
RenderObjects 'getTransformFromContainer', which includes the offset the
containing blocks renderer, and the transform of the renderer.

Eventually it would be good to have the point/quad mapping methods that are
exposed on RenderObject just work for SVG, so we should look at
mapLocalToContainer/mapAbsoluteToLocalPoint at some point too.


More information about the webkit-reviews mailing list