WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2019-02-14 17:16:34 PST
Created
attachment 362083
[details]
Patch
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
<
rdar://problem/48123989
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug