NEW 213858
Web Inspector: Canvas: warning is shown for 2D path operations that appear to move outside the canvas (i.e. negative coordinates) but actually don't because of a transform
https://bugs.webkit.org/show_bug.cgi?id=213858
Summary Web Inspector: Canvas: warning is shown for 2D path operations that appear to...
Devin Rousso
Reported 2020-07-01 12:13:53 PDT
# STEPS TO REPRODUCE 1. inspect <https://ciechanow.ski/lights-and-shadows/> 2. capture a recording of any 2D canvas # EXPECTED Warnings are only shown for path operations that _actually_ move outside of what's visible # ACTUAL Warnings are shown for most path operations, even though the "Show path" mode clearly demonstrates that they're not (due to the canvas having a transform)
Attachments
Radar WebKit Bug Importer
Comment 1 2020-07-01 12:14:09 PDT
Note You need to log in before you can comment on or make changes to this bug.