Bug 275355 - Issue repaint on the SVG container on behalf of direct children
Summary: Issue repaint on the SVG container on behalf of direct children
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-06-11 05:29 PDT by zalan
Modified: 2024-06-12 11:06 PDT (History)
17 users (show)

See Also:


Attachments
Patch (11.05 KB, patch)
2024-06-11 05:50 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (11.05 KB, patch)
2024-06-11 08:18 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2024-06-11 05:29:45 PDT
ssia
Comment 1 zalan 2024-06-11 05:50:31 PDT
Created attachment 471648 [details]
Patch
Comment 2 Antti Koivisto 2024-06-11 08:06:28 PDT
Comment on attachment 471648 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=471648&action=review

nice!

> Source/WebCore/rendering/svg/legacy/LegacyRenderSVGContainer.cpp:52
> +    static constexpr size_t maximumRequiredChildren = 200;
> +    static constexpr size_t minimumRequiredChildren = 50;
> +

science
Comment 3 zalan 2024-06-11 08:18:50 PDT
Created attachment 471649 [details]
Patch
Comment 4 EWS 2024-06-12 11:05:54 PDT
Committed 279953@main (503f720dac6e): <https://commits.webkit.org/279953@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 471649 [details].
Comment 5 Radar WebKit Bug Importer 2024-06-12 11:06:14 PDT
<rdar://problem/129695729>