WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301345
[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
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2025-10-23 05:54:42 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52879
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
<
rdar://problem/163330817
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug