Summary: Implement image-rendering: pixelated and image-rendering:
smooth to tweak image scaling algorithms.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=856337
Standard: https://drafts.csswg.org/css-images/#propdef-image-rendering
Preference: N/A, since we had support for ~most of this already behind
other values.
DevTools bug: N/A
Other browsers: Both WebKit and Blink support "pixelated". I implemented
"smooth" drive-by since it's a non-deprecated alias to
"optimizeQuality", which we already supported.
web-platform-tests: There were existing tests that started passing
there, see the patch for details.
-- Emilio
--
You received this message because you are subscribed to the Google Groups
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/7f7f3be4-d2bd-aca0-d7b2-49e53e7fdd08%40mozilla.com.