Bug 107573 - [CSS Shapes] Sort Polygon offset edge intersections
Summary: [CSS Shapes] Sort Polygon offset edge intersections
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hans Muller
URL:
Keywords:
Depends on: 103429
Blocks: 98664
  Show dependency treegraph
 
Reported: 2013-01-22 10:59 PST by Hans Muller
Modified: 2014-04-04 15:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.