Bug 227511
| Summary: | [GLIB] imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.isPointInPath.basic.html fails after r279093 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Arcady Goldmints-Orlov <crzwdjk> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | alex |
| Priority: | P2 | Keywords: | Cairo |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Arcady Goldmints-Orlov
In r279093, some data structures were changed to use doubles instead of floats which resulted in a regression in the imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.isPointInPath.basic.html test on both GTK and WPE. My suspicion is that the actual numbers being fed into Cairo changed somehow and resulted in it returning a different result.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Arcady Goldmints-Orlov
I am going to try to investigate this one myself.