RESOLVED WONTFIX 107573
[CSS Shapes] Sort Polygon offset edge intersections
https://bugs.webkit.org/show_bug.cgi?id=107573
Summary [CSS Shapes] Sort Polygon offset edge intersections
Hans Muller
Reported 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.
Attachments
Hans Muller
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.