[Webkit-unassigned] [Bug 189076] New: 'transform' make '-webkit-background-clip' doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 00:43:37 PDT 2018


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

            Bug ID: 189076
           Summary: 'transform' make '-webkit-background-clip' doesn't
                    work
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: atom00 at 126.com

Created attachment 348397

  --> https://bugs.webkit.org/attachment.cgi?id=348397&action=review

the result of the css code

On chrome v69,‘-webkit-background-clip’and 'color:transparent' can not work well when using 'transform',the code is :
.test {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #e74c3c 20%, #f4d03f 40%, #2ecc71 60%, #5dade2 80%, #a569bd 100%);
  display: inline-block;
  transform: scale(1.2); /*any attributes*/
}

dont't set color to transparent,it can be visibel,but that isn't what i wanted.

please confirm if there are any bugs,thanks a lot!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180829/5528cbb8/attachment.html>


More information about the webkit-unassigned mailing list