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

Devin Rousso
Reported 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.
Attachments
Patch (1.76 KB, patch)
2019-02-14 17:16 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-02-14 17:16:34 PST
Joseph Pecoraro
Comment 2 2019-02-15 13:48:05 PST
Comment on attachment 362083 [details] Patch r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2019-02-15 14:14:36 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-02-15 14:15:42 PST
Note You need to log in before you can comment on or make changes to this bug.