Re: [csswg-drafts] [css-images] image-rendering should support SVG 1.1 values

>  `auto` is the correct behavior for `optimizequality`.

Why not `smooth`?

> **[optimizeQuality](https://www.w3.org/TR/SVG11/painting.html#ImageRenderingProperty)**
> Indicates that the user agent shall emphasize quality over rendering speed. The user agent shall employ a resampling algorithm at least as good as bilinear resampling.
> 

> **[smooth](https://drafts.csswg.org/css-images/#the-image-rendering)**
> The image should be scaled with an algorithm that maximizes the appearance of the image. In particular, scaling algorithms that "smooth" colors are acceptable, such as bilinear interpolation. This is intended for images such as photos.


-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3283#issuecomment-436522794 using your GitHub account

Received on Wednesday, 7 November 2018 06:53:09 UTC