Bug 213858

Summary: 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
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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.