[Webkit-unassigned] [Bug 114402] [CSS Exclusions] polygon shape-inside layout fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 12:30:30 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114402


Hans Muller <giles_joplin at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198388|Pat                         |Patch
        description|                            |
 Attachment #198388|application/octet-stream    |text/plain
          mime type|                            |
 Attachment #198388|0                           |1
           is patch|                            |




--- Comment #5 from Hans Muller <giles_joplin at yahoo.com>  2013-04-16 12:28:48 PST ---
(From update of attachment 198388)
The firstIncludedIntervalLogicalTop() method's implementation relied on optimistic assumptions about floating point accuracy which, in rare cases, caused it to discard first-fit locations based on the intersection of the minLogicalIntervalTop offset edge and a polygon offset edge. Now: we do not verify that first-fit locations based on the intersection of an offset edge and the minLogicalIntervalTop offset edge are below the horizontal minLogicalIntervalTop line. They're essentially below the line "by definition".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list