RESOLVED FIXED 194684
Web Inspector: Canvas: all actions after an offscreen path modification are marked as offscreen path errors
https://bugs.webkit.org/show_bug.cgi?id=194684
Summary Web Inspector: Canvas: all actions after an offscreen path modification are m...
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.