Bug 191016 - Web Inspector: Canvas: show warning when path moves offscreen
Summary: Web Inspector: Canvas: show warning when path moves offscreen
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks: WebInspectorCanvasTab
  Show dependency treegraph
 
Reported: 2018-10-28 15:27 PDT by Devin Rousso
Modified: 2018-10-29 17:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.74 KB, patch)
2018-10-28 16:57 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-10-28 15:27:58 PDT
```
context.beginPath();
context.moveTo(-10, -10); // Should have warning icon
```
Comment 1 Devin Rousso 2018-10-28 16:57:20 PDT
Created attachment 353268 [details]
Patch
Comment 2 Joseph Pecoraro 2018-10-29 16:46:00 PDT
Comment on attachment 353268 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2018-10-29 17:11:01 PDT
Comment on attachment 353268 [details]
Patch

Clearing flags on attachment: 353268

Committed r237574: <https://trac.webkit.org/changeset/237574>
Comment 4 WebKit Commit Bot 2018-10-29 17:11:03 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-10-29 17:12:59 PDT
<rdar://problem/45655353>