Bug 107573
Summary: | [CSS Shapes] Sort Polygon offset edge intersections | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hans Muller <giles_joplin> |
Component: | CSS | Assignee: | 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 |
Hans Muller
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hans Muller
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.