[Webkit-unassigned] [Bug 107090] New: [TexMap] Match initializing members in GraphicsLayerTransform to initializing members in GraphicsLayer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 21:04:28 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107090

           Summary: [TexMap] Match initializing members in
                    GraphicsLayerTransform to initializing members in
                    GraphicsLayer.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


GraphicsLayer initializes m_anchorPoint to FloatPoint3D(0.5, 0.5, 0) and
m_preserves3D to false, while GraphicsLayerTransform initializes m_anchorPoint
to FloatPoint3D(0, 0, 0) and m_flattening (= !m_preserves3D) to false. It is a
potential bug. This patch corrects initialization of GraphicsLayerTransform.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list