[Webkit-unassigned] [Bug 48474] New: -webkit-mask-image treats mask background as white or transparent depending on the repeat mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 15:09:31 PDT 2010


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

           Summary: -webkit-mask-image treats mask background as white or
                    transparent depending on the repeat mode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkorourk at adobe.com


Created an attachment (id=72094)
 --> (https://bugs.webkit.org/attachment.cgi?id=72094&action=review)
Assets to duplicate the problem

If the repeat mode is 'no-repeat' for SVG content brought in as a mask, then the unpainted background of the SVG artwork is treated as opaque white.

If the repeat mode is 'repeat' for SVG content brought in as a mask, then the unpainted background of the SVG artwork is treated as transparent.

This is inconsistent and problematic. The background should always be treated as transparent. Not doing so forces the creation of masks that are as bigger in order to be able to use 'repeat' but this will likely require larger framebuffers and longer execution time.

This may be related to bug 48471.

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