[Webkit-unassigned] [Bug 41968] New: RenderSVGRoot::nodeAtPoint truncates translated mouse coordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 11:09:38 PDT 2010


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

           Summary: RenderSVGRoot::nodeAtPoint truncates translated mouse
                    coordinates
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fsamuel at chromium.org
                CC: zimmermann at kde.org


Simple one line fix to webkit that's blocking another (chromium) bug I'm working on. localPoint is being stored in an IntPoint instead of a FloatPoint, which means we lose (a lot of) precision if the transform scales down the coordinates.

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