Bug 230174 - [RenderTreeAsText] Add support for non-integral geometry value.
Summary: [RenderTreeAsText] Add support for non-integral geometry value.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-10 15:58 PDT by zalan
Modified: 2021-09-17 15:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2021-09-10 15:58:41 PDT
e.g.
if (is<RenderText>(o)) {
... 
    r = IntRect(text.firstRunLocation(), text.linesBoundingBox().size());
Comment 1 Radar WebKit Bug Importer 2021-09-17 15:59:24 PDT
<rdar://problem/83259043>