Bug 191016

Summary: Web Inspector: Canvas: show warning when path moves offscreen
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hi, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 175485    
Attachments:
Description Flags
Patch none

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>