- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 23 May 2013 01:55:21 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/2285dc7864ac branches: changeset: 500:2285dc7864ac user: tbah <tavmjong@free.fr> date: Thu May 23 10:53:25 2013 +0200 description: Added note about possible CSS redefinition of 'image-rendering' property. diffstat: master/painting.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diffs (22 lines): diff --git a/master/painting.html b/master/painting.html --- a/master/painting.html +++ b/master/painting.html @@ -3714,16 +3714,18 @@ values are:</p> precision over legibility and rendering speed. This option will usually cause the user agent to suspend the use of hinting so that glyph outlines are drawn with comparable geometric precision to the rendering of path data.</dd> </dl> <h3 id="ImageRendering">The <span class="property">'image-rendering'</span> property</h3> +<p class="note">The <a href="http://dev.w3.org/csswg/css-images/#image-rendering">CSS Image Values and Replacement Conent Module Level 4</a> may in the future redefine this property. In particular it should allow the choice between smoothing and keeping a pixelated look when upscaling.</p> + <table class="propdef"> <tr> <th>Name:</th> <td><dfn id="ImageRenderingProperty">image-rendering</dfn></td> </tr> <tr> <th>Value:</th> <td>auto | optimizeQuality | optimizeSpeed</td>
Received on Thursday, 23 May 2013 08:55:50 UTC