Bug 107573

Summary: [CSS Shapes] Sort Polygon offset edge intersections
Product: WebKit Reporter: Hans Muller <giles_joplin>
Component: CSSAssignee: Hans Muller <giles_joplin>
Status: RESOLVED WONTFIX    
Severity: Normal CC: zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103429    
Bug Blocks: 98664    

Description Hans Muller 2013-01-22 10:59:56 PST
Potential first locations can be quickly rejected if they're below or to the right of the best first fit location found so far.  Sorting the offset edge interesections by increasing Y coordinate and then X, would make finding the optimal first fit location earlier.
Comment 1 Hans Muller 2014-04-04 15:08:30 PDT
Since the implementation no longer supports shape-inside and because of the changes introduced by https://bugs.webkit.org/show_bug.cgi?id=130975, this bug is no longer relevant.