[Webkit-unassigned] [Bug 52700] New: Transition from perspective(500px) to 'none' is probably wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 22:26:21 PST 2011


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

           Summary: Transition from perspective(500px) to 'none' is
                    probably wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: dino at apple.com, cmarrin at apple.com


The blendToIdentity clause in PerspectiveTransformOperation::blend() computes p as
p = p + (1. - p) * progress;

which is nonsensical. p is the perspective value (e.g. 1000), so why the 1-p?

-- 
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