Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b8c314019c9fe3a446c1d5a442377e8e63a26db8
https://github.com/WebKit/WebKit/commit/b8c314019c9fe3a446c1d5a442377e8e63a26db8
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.h
Log Message:
-----------
[Skia] Do not draw single arcs and lines as paths when possible
https://bugs.webkit.org/show_bug.cgi?id=301345
Reviewed by Adrian Perez de Castro.
For paths containing a single arc or line we can use SkCanvas drawArc(),
drawOval() or drawLine(), which are more optimized than drawPath().
Canonical link: https://commits.webkit.org/302081@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications