[Webkit-unassigned] [Bug 236207] New: [LFC][IFC] WritingMode::LeftToRight expects line content flipped within the line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 12:37:03 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236207

            Bug ID: 236207
           Summary: [LFC][IFC] WritingMode::LeftToRight expects line
                    content flipped within the line
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

void LegacyInlineFlowBox::flipLinesInBlockDirection(LayoutUnit lineTop, LayoutUnit lineBottom)
{
    // Flip the box on the line such that the top is now relative to the lineBottom instead of the lineTop.
    setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220206/0c019f58/attachment.htm>


More information about the webkit-unassigned mailing list