Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 377ac04d7e8c16330de03f4c2a500ec14437bbc4
https://github.com/WebKit/WebKit/commit/377ac04d7e8c16330de03f4c2a500ec14437bbc4
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-11-01 (Sat, 01 Nov 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
Log Message:
-----------
[Skia] Optimize drawing paths containing a single move to element
https://bugs.webkit.org/show_bug.cgi?id=301692
Reviewed by Nikolas Zimmermann and Adrian Perez de Castro.
A path containing a single PathMoveTo operation does not produce any
painted output, and therefore can be skipped.
Canonical link: https://commits.webkit.org/302449@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications