Bug 264778 - Fix typo error in 'SVGTextLayoutEngine' function name and call sites
Summary: Fix typo error in 'SVGTextLayoutEngine' function name and call sites
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-13 15:08 PST by Ahmad Saleem
Modified: 2023-11-13 21:07 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 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)
Comment 1 EWS 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.
Comment 2 Radar WebKit Bug Importer 2023-11-13 21:07:14 PST
<rdar://problem/118373079>