Bug 253695
| Summary: | Drawing with GraphicsContext::platformContext() is error prone and does not support custom contexts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Canvas | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | NEW | ||
| Severity: | Normal | CC: | dino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=253640 | ||
Kimmo Kinnunen
Drawing with GraphicsContext::platformContext() is problematic
- A frequent bug: callers do not save and restore the context state
- Drawing is not reflected in the secondary context in BifurcatedGraphicsContext
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106543542>
Radar WebKit Bug Importer
<rdar://problem/106543585>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/11354