RESOLVED FIXED 259431
Avoid creating a new CSSParserContext each time a color is assigned to fillStyle/strokeStyle on a canvas context
https://bugs.webkit.org/show_bug.cgi?id=259431
Summary Avoid creating a new CSSParserContext each time a color is assigned to fillSt...
Cameron McCormack (:heycam)
Reported 2023-07-23 13:40:58 PDT
Creating the CSSParserContext is slightly expensive, since it fetches all of the relevant document Settings.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-23 13:41:17 PDT
Cameron McCormack (:heycam)
Comment 2 2023-07-23 13:41:44 PDT
Cameron McCormack (:heycam)
Comment 3 2023-07-23 14:22:39 PDT
EWS
Comment 4 2023-07-23 19:19:54 PDT
Committed 266238@main (5ec234192a2e): <https://commits.webkit.org/266238@main> Reviewed commits have been landed. Closing PR #16025 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.