- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Wed, 25 Mar 2015 14:48:11 -0700
- To: Stephen Chenney <schenney@chromium.org>
- Cc: "Smailus, Thomas O" <Thomas.O.Smailus@boeing.com>, www-svg <www-svg@w3.org>
On Mon, Mar 23, 2015 at 11:10 AM, Stephen Chenney <schenney@chromium.org> wrote: > Can you provide us with an svg file to test with? In theory the various > image-rendering CSS properties would be useful in this context, but I don't > know if they would influence SVG fill patterns. It would be good if they > did. > > https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering Yeah, the existing image-rendering values <http://dev.w3.org/csswg/css-images/#the-image-rendering> already address this - set "image-rendering: pixelated;" and you'll be fine. At least, per spec. This should absolutely apply to fill patterns; they're equivalent to CSS background images, which this property definitely applies to. ~TJ
Received on Wednesday, 25 March 2015 21:48:59 UTC