Re: [csswg-drafts] [css-images-3] image-rendering:pixelated should not force "nearest neighbor" (or similar) when the scale factor is far from an integer (e.g. 150%) (#5837)

Yes, that's how I'm writing the spec; it makes sure that you find the nearest integer multiple *greater than zero* to NN it to, then you use smooth scaling to take it the rest of the way, so downscaling is *always* smooth-only.

(It doesn't have to bilinear scaled, you can use whatever algo you want to take it to the finish line.)

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 24 February 2021 23:19:48 UTC