NEW 162592
CSS image-rendering: pixelated (crisp-edges too) doesn't affect <canvas> scaling
https://bugs.webkit.org/show_bug.cgi?id=162592
Summary CSS image-rendering: pixelated (crisp-edges too) doesn't affect <canvas> scaling
alex
Reported 2016-09-26 22:05:00 PDT
Values of 'pixelated' or 'crisp-edges' should affect the rendering of scaled canvases. This has worked in Chrome and Firefox for years now. For a quick test, doodle something in my Game of Life app. You will immediately see the problem: https://albell.github.io/lifey/ I would greatly appreciate a fix for this. I was hoping Safari 10 would solve this bug. Thanks.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-09-26 22:36:36 PDT
alex
Comment 2 2016-09-26 23:06:42 PDT
Note that the problem is specific to canvases that have been scaled up with CSS transforms. (With explicit css dimensions and no transforms, the rendering is correct, as expected.)
Simon Fraser (smfr)
Comment 3 2016-10-13 13:01:15 PDT
This is really just bug 27684.
Note You need to log in before you can comment on or make changes to this bug.