Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80e11ec1a1f32805e344b6c77bbd8b02c010df7c
https://github.com/WebKit/WebKit/commit/80e11ec1a1f32805e344b6c77bbd8b02c010df7c
Author: Ahmad Saleem <[email protected]>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp
Log Message:
-----------
Remove redundant check in `SVGTextLayoutEngine::currentVisualCharacterMetrics`
https://bugs.webkit.org/show_bug.cgi?id=276888
Reviewed by Nikolas Zimmermann.
This patch is carve out from my earlier attempt to merge below commit:
Inspired by:
https://chromium.googlesource.com/chromium/blink/+/e4c158a33d34264796abfa683d0413568dfdcde0
>From above, we carve out fix to remove redundant test in
>'currentVisualCharacterMetrics'
function since the 'while' loop just below tackles it in equivalent
manner.
* Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp:
(WebCore::SVGTextLayoutEngine::currentVisualCharacterMetrics):
Canonical link: https://commits.webkit.org/281207@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes