WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug