[webkit-changes] [WebKit/WebKit] 7b0da7: Reduce size limit for item in the SVGPathElement c...
Chris Dumez
noreply at github.com
Sun Oct 22 13:20:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7b0da7dfd44117571174f1ed3d552206f5c00bf5
https://github.com/WebKit/WebKit/commit/7b0da7dfd44117571174f1ed3d552206f5c00bf5
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M Source/WebCore/svg/SVGPathElement.cpp
Log Message:
-----------
Reduce size limit for item in the SVGPathElement cache
https://bugs.webkit.org/show_bug.cgi?id=263503
Reviewed by Said Abou-Hallawa.
Reduce size limit for item in the SVGPathElement cache. This is to avoid filling the cache
with very few items that are very large.
* Source/WebCore/svg/SVGPathElement.cpp:
(WebCore::PathSegListCache::add):
Canonical link: https://commits.webkit.org/269636@main
More information about the webkit-changes
mailing list