Bug 194684 - Web Inspector: Canvas: all actions after an offscreen path modification are marked as offscreen path errors
Summary: Web Inspector: Canvas: all actions after an offscreen path modification are m...
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: 2019-02-14 17:16 PST by Devin Rousso
Modified: 2019-02-15 14:15 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2019-02-14 17:16 PST, 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 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>