Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 38bf55bc067a733bd9bedd2d852248875f595f35
https://github.com/WebKit/WebKit/commit/38bf55bc067a733bd9bedd2d852248875f595f35
Author: lilly <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
A Source/WebCore/platform/graphics/BezierUtilities.cpp
A Source/WebCore/platform/graphics/BezierUtilities.h
Log Message:
-----------
corner-shape: Add BezierUtilities stubs
https://bugs.webkit.org/show_bug.cgi?id=318926
rdar://181757742
Reviewed by Simon Fraser.
Introduce BezierUtilities.{h,cpp} to house the geometry primitives needed
for bezier line intersection (to used by corner-shape rendering)
No implementation yet for new tests to be written
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/BezierUtilities.cpp: Added.
(WebCore::intersectBezierAndLine):
(WebCore::splitBezier):
* Source/WebCore/platform/graphics/BezierUtilities.h: Added.
Canonical link: https://commits.webkit.org/316814@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications