RESOLVED FIXED301345
[Skia] Do not draw single arcs and lines as paths when possible
https://bugs.webkit.org/show_bug.cgi?id=301345
Summary [Skia] Do not draw single arcs and lines as paths when possible
Carlos Garcia Campos
Reported 2025-10-23 05:51:00 PDT
For paths containing a single arc or line we can use SkCanvas drawArc(), drawOval() or drawLine(), which are more optimized than drawPath().
Attachments
Carlos Garcia Campos
Comment 1 2025-10-23 05:54:42 PDT
EWS
Comment 2 2025-10-24 04:13:28 PDT
Committed 302081@main (b8c314019c9f): <https://commits.webkit.org/302081@main> Reviewed commits have been landed. Closing PR #52879 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-10-24 04:14:12 PDT
Note You need to log in before you can comment on or make changes to this bug.