Bug 244487
Summary: | [LBSE] Text rendering is not pixel perfect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rbuis, sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 90738 |
Nikolas Zimmermann
The screen scaling factor for font sizes (see RenderSVGInlineText::computeNewScaledFont) evaluates to 1.0 in LBSE.
Therefore the legacy engine / LBSE produce different visual text rendering results at present (glyphs are scaled, not the font itself).
Fix that to achieve pixel perfect rendering results between LBSE / legacy engine.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/3765
EWS
Committed 253938@main (e3e969227c9e): <https://commits.webkit.org/253938@main>
Reviewed commits have been landed. Closing PR #3765 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/99325941>