Bug 236191 - [LBSE] Apply SVG specific changes to RenderLayer painting
Summary: [LBSE] Apply SVG specific changes to RenderLayer painting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords: InRadar
Depends on:
Blocks: 90738 236194
  Show dependency treegraph
 
Reported: 2022-02-05 16:28 PST by Nikolas Zimmermann
Modified: 2022-02-17 03:15 PST (History)
12 users (show)

See Also:


Attachments
Patch, v1 (5.17 KB, patch)
2022-02-05 16:53 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Patch, v2 (5.18 KB, patch)
2022-02-06 03:03 PST, Nikolas Zimmermann
rbuis: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2022-02-05 16:28:14 PST
Prepare RenderLayer/RenderLayerBacking for RenderSVGModelObject support:

SVG container repainting / viewport clipping need a few exceptions (see patch) + add a clipPath stub, since it logically belongs to painting related layer changes.
Comment 1 Nikolas Zimmermann 2022-02-05 16:53:17 PST
Created attachment 451016 [details]
Patch, v1
Comment 2 Nikolas Zimmermann 2022-02-06 03:03:37 PST
Created attachment 451032 [details]
Patch, v2
Comment 3 Radar WebKit Bug Importer 2022-02-12 16:29:55 PST
<rdar://problem/88860920>
Comment 4 Nikolas Zimmermann 2022-02-17 03:15:51 PST
Committed r290008 (247394@trunk): <https://commits.webkit.org/247394@trunk>