[webkit-changes] [WebKit/WebKit] 9482ee: [Skia] Test svg/dom/SVGGeometry-circle.xhtml is fa...
Pawel Lampe
noreply at github.com
Fri May 31 06:20:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9482ee7698d40fdb5baefc567adae8356c29e35b
https://github.com/WebKit/WebKit/commit/9482ee7698d40fdb5baefc567adae8356c29e35b
Author: Pawel Lampe <plampe at igalia.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt
M LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt
M Source/WebCore/platform/graphics/skia/PathSkia.cpp
Log Message:
-----------
[Skia] Test svg/dom/SVGGeometry-circle.xhtml is failing
https://bugs.webkit.org/show_bug.cgi?id=273485
Reviewed by Carlos Garcia Campos.
This change increases the quality of conic approximation with quads at the expense of performance.
This is required to meet layout test standards - especially the ones covering WebCore::MotionPath::applyMotionPathTransform()
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt:
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt:
* Source/WebCore/platform/graphics/skia/PathSkia.cpp:
(WebCore::PathSkia::applyElements const):
Canonical link: https://commits.webkit.org/279573@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list