RESOLVED INVALID 189076
'transform' make '-webkit-background-clip' doesn't work
https://bugs.webkit.org/show_bug.cgi?id=189076
Summary 'transform' make '-webkit-background-clip' doesn't work
atom00
Reported 2018-08-29 00:43:37 PDT
Created attachment 348397 [details] 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!
Attachments
the result of the css code (325 bytes, image/png)
2018-08-29 00:43 PDT, atom00
no flags
Simon Fraser (smfr)
Comment 1 2018-08-29 11:52:09 PDT
Does this bug reproduce in Safari on macOS or iOS? Chrome-only bugs should not be filed here.
atom00
Comment 2 2018-08-29 21:55:05 PDT
(In reply to Simon Fraser (smfr) from comment #1) > Does this bug reproduce in Safari on macOS or iOS? Chrome-only bugs should > not be filed here. Thank you for your reply,I test the code on Safari and It doesn't reproduce.I will try to report the bug to chrome,but i have no idea about how to email them,maybe you can help me for giving a url or emall address like yours,thanks! :D
Simon Fraser (smfr)
Comment 3 2018-08-30 08:30:48 PDT
atom00
Comment 4 2018-08-30 20:36:30 PDT
(In reply to Simon Fraser (smfr) from comment #3) > http://dev.chromium.org/for-testers/bug-reporting-guidelines thank you!
Note You need to log in before you can comment on or make changes to this bug.