WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
258947
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-06 14:35:06 PDT
<
rdar://problem/111870932
>
Simon Fraser (smfr)
Comment 2
2023-07-06 14:44:49 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15612
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug