[webkit-changes] [WebKit/WebKit] 8e69bb: Simply SVGInlineTextBox::mapStartEndPositionsIntoF...
Ahmad Saleem
noreply at github.com
Tue Oct 17 14:00:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8e69bb72e0eeddcb4aab6d5c107b986186b61a98
https://github.com/WebKit/WebKit/commit/8e69bb72e0eeddcb4aab6d5c107b986186b61a98
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M Source/WebCore/rendering/svg/SVGInlineTextBox.cpp
Log Message:
-----------
Simply SVGInlineTextBox::mapStartEndPositionsIntoFragmentCoordinates
https://bugs.webkit.org/show_bug.cgi?id=262488
Reviewed by Said Abou-Hallawa.
Reduce SVGInlineTextBox::mapStartEndPositionsIntoFragmentCoordinates to
a simple offset/base adjustment and an intersection (which is what it
did - just in an unnecessarily verbose way.)
* Source/WebCore/rendering/svg/SVGInlineTextBox.cpp:
(SVGInlineTextBox::mapStartEndPositionsIntoFragmentCoordinates):
Canonical link: https://commits.webkit.org/269425@main
More information about the webkit-changes
mailing list