Bug 194684

Summary: Web Inspector: Canvas: all actions after an offscreen path modification are marked as offscreen path errors
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 2019-02-14 17:16:03 PST
```
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.
Comment 1 Devin Rousso 2019-02-14 17:16:34 PST
Created attachment 362083 [details]
Patch
Comment 2 Joseph Pecoraro 2019-02-15 13:48:05 PST
Comment on attachment 362083 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-02-15 14:14:35 PST
Comment on attachment 362083 [details]
Patch

Clearing flags on attachment: 362083

Committed r241616: <https://trac.webkit.org/changeset/241616>
Comment 4 WebKit Commit Bot 2019-02-15 14:14:36 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-02-15 14:15:42 PST
<rdar://problem/48123989>