[Webkit-unassigned] [Bug 194684] New: Web Inspector: Canvas: all actions after an offscreen path modification are marked as offscreen path errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 17:16:03 PST 2019


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

            Bug ID: 194684
           Summary: Web Inspector: Canvas: all actions after an offscreen
                    path modification are marked as offscreen path errors
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com
            Blocks: 175485

```
context.moveTo(10, 10);
context.lineTo(10, -10);
context.fill();
```

The last two actions (`lineTo` and `fill`) will both have warning icons, even though only the `lineTo` has an issue.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=175485
[Bug 175485] Web Inspector: [META] Create Canvas tab and top-level overview
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190215/d7e2e006/attachment.html>


More information about the webkit-unassigned mailing list