- From: Juriy Zaytsev <kangax@gmail.com>
- Date: Mon, 9 Dec 2013 16:42:13 +0100
- To: Glenn Maynard <glenn@zewt.org>
- Cc: WHATWG <whatwg@lists.whatwg.org>, Tingan Ho <tingan@p1.cn>, "Tab Atkins Jr." <jackalmage@gmail.com>
On Mon, Dec 9, 2013 at 4:06 PM, Glenn Maynard <glenn@zewt.org> wrote: > On Mon, Dec 9, 2013 at 1:21 AM, Tab Atkins Jr. <jackalmage@gmail.com> > wrote: > > > Hm, I wonder if image-interpolation on the <canvas> should affect > > this? It's defined to only have an effect when you scale the <canvas> > > element itself, but I think it probably makes sense that whatever > > scaling intent you specify for the element should probably apply to > > images you draw into it with a scale. > > > [...] > If it is, having CSS state affect drawing of 2d canvas seems wrong. Aside > from the bad layering, it would lead to different rendering if you draw to > a Canvas before stylesheets finish loading (equivalent to not waiting for > images, but much easier to get wrong without noticing), and if you > offscreen render a Canvas before actually putting it in a document. > Well, doesn't this already happen with remote web fonts and fillText/strokeText? > > -- > Glenn Maynard > -- kangax
Received on Monday, 9 December 2013 15:42:57 UTC