Bug 264778

Summary: Fix typo error in 'SVGTextLayoutEngine' function name and call sites
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.