[Webkit-unassigned] [Bug 107771] New: [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 17:59:43 PST 2013


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

           Summary: [svg] Remove unnecessary rounding in
                    SVGRootInlineBox::layoutRootBox
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, zimmermann at kde.org, pdr at google.com


SVGRootInlineBox::layoutRootBox rounds the location and size of the container to the nearest enclosing integer values. Now that layout uses subpixel positioning this is no longer needed and results in undesirable rounding. For high-dpi screens in particular this is especially noticeable as it is rounded to "pixels" which can map to two our more device pixels.

Downstream chromium bug: http://code.google.com/p/chromium/issues/detail?id=165929

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