[Webkit-unassigned] [Bug 118002] New: [CSS Shapes] Clear overflowing line's segments in pushShapeContentOverflowBelowTheContentBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 15:37:54 PDT 2013


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

           Summary: [CSS Shapes] Clear overflowing line's segments in
                    pushShapeContentOverflowBelowTheContentBox
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


When the last line in the shape overlaps with the shape bottom boundaries we need to clear the computed segments. (We need to compute the segments anyway, since shape-outside's code uses the same code path to determine its segments and the line containing is not a requirement in that case.) Rather then doing the job in RenderBlock::LineBreaker::nextLineBreak I moved the functionality to its correct place to pushShapeContentOverflowBelowTheContentBox. Now all the overflow related functionality is located in one function.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list