[Webkit-unassigned] [Bug 135616] New: SVGRenderingContext::createImageBuffer is not retina (2x) compatible (affects <mask>)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 5 12:02:34 PDT 2014


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

           Summary: SVGRenderingContext::createImageBuffer is not retina
                    (2x) compatible (affects <mask>)
           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: timothy at apple.com
                CC: zimmermann at kde.org, dino at apple.com


SVGRenderingContext::createImageBuffer always makes a 1x buffer. This makes <mask> and maybe other things always use 1x on 2x devices.

We really need to audit all places that call ImageBuffer::create with a hardcoded 1!

(This was going to affect Web Inspector but I was able to use <clipPath> instead.)

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