RESOLVED FIXED 264778
Fix typo error in 'SVGTextLayoutEngine' function name and call sites
https://bugs.webkit.org/show_bug.cgi?id=264778
Summary Fix typo error in 'SVGTextLayoutEngine' function name and call sites
Ahmad Saleem
Reported 2023-11-13 15:08:07 PST
Just came across typo error: void SVGTextLayoutEngine::updateCharacerPositionIfNeeded(float& x, float& y) Where 'character' should be used. void SVGTextLayoutEngine::updateCharacterPositionIfNeeded(float& x, float& y)
Attachments
EWS
Comment 1 2023-11-13 21:06:15 PST
Committed 270687@main (3e36df83fb58): <https://commits.webkit.org/270687@main> Reviewed commits have been landed. Closing PR #20446 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2023-11-13 21:07:14 PST
Note You need to log in before you can comment on or make changes to this bug.