[webkit-changes] [WebKit/WebKit] 7d6ca9: Fix dynamic update of "transform" attribute
Ahmad Saleem
noreply at github.com
Thu Jan 16 13:06:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7d6ca91cb9844bf88afede3feee4c66d68348e17
https://github.com/WebKit/WebKit/commit/7d6ca91cb9844bf88afede3feee4c66d68348e17
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt
R LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt
M LayoutTests/platform/glib/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt
R LayoutTests/platform/ios/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt
M LayoutTests/platform/ios/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt
M LayoutTests/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt
M Source/WebCore/rendering/svg/RenderSVGText.cpp
Log Message:
-----------
Fix dynamic update of "transform" attribute
https://bugs.webkit.org/show_bug.cgi?id=283879
rdar://problem/140761655
Reviewed by Simon Fraser.
Merge: https://chromium-review.googlesource.com/c/chromium/src/+/3260056
If RenderSVGText::m_needsTransformUpdate is true, we should update
font too.
* LayoutTests/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt:
* Source/WebCore/rendering/svg/RenderSVGText.cpp:
(WebCore::RenderSVGText::layout):
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt: Removed
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/svg/coordinate-systems/svgtransformlist-replaceitem-expected.txt: Removed
* LayoutTests/platform/glib/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt: Rebaselined
* LayoutTests/platform/ios/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt: Rebaselined
* LayoutTests/svg/repaint/text-repainting-after-modifying-transform-repaint-rects-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/289022@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