NEW258947
Use composited masking for clip-path which uses an SVG path reference
https://bugs.webkit.org/show_bug.cgi?id=258947
Summary Use composited masking for clip-path which uses an SVG path reference
Simon Fraser (smfr)
Reported 2023-07-06 14:34:48 PDT
For clip-path which references SVG (e.g. `clip-path: url(#foo);`) we currently paint the mask into a masking compositing layer, which is inefficient when we repaint that mask on every frame, as we do on stackoverflow.com.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-06 14:35:06 PDT
Simon Fraser (smfr)
Comment 2 2023-07-06 14:44:49 PDT
Note You need to log in before you can comment on or make changes to this bug.