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 Inspector | Assignee: | 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
# 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/64997667>