- From: poot <cvsmail@w3.org>
- Date: Thu, 3 Jul 2008 06:01:19 +0900 (JST)
- To: public-html-diffs@w3.org
1.961 toDataURL() arguments for image/jpeg. (Re: <canvas> JPEG quality) (whatwg r1771) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.292.html#infrastructure http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.292.html#the-canvas_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#infrastructure http://dev.w3.org/html5/pubnotes/Overview.html#the-canvas_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#infrastructure http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-canvas_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.291&r2=1.292&f=h http://html5.org/tools/web-apps-tracker?from=1770&to=1771 =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.291 retrieving revision 1.292 diff -u -d -r1.291 -r1.292 --- Overview.html 2 Jul 2008 18:50:19 -0000 1.291 +++ Overview.html 2 Jul 2008 20:59:18 -0000 1.292 @@ -1329,7 +1329,20 @@ <p>The canvas element represents a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other - visual images on the fly.</p> + visual images on the fly. In this section, the + following changes were made:</p> + <ul> + <li>Text specifying the valid arguments on the + <code class="method">toDataURL()</code> + method + was revised to state that if the first argument to + that method is + <code>image/jpeg</code>, + a number between <code>0.0</code> + and <code>1.0</code> + (specifying a desired quality level) may be given + as a second argument.</li> + </ul> <div id="the-2d_wd2" class="section"> <h2>Section 4.7.11.1, The 2D context <a class="hash" href="#the-2d_wd2">#</a> <a class="toc-bak" href="#the-2d_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-2d">Section 4.7.11.1, The 2D context</a>” in the current “Editor’s Draft” Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.276 retrieving revision 1.277 diff -u -d -r1.276 -r1.277 --- Overview.src.html 2 Jul 2008 18:50:19 -0000 1.276 +++ Overview.src.html 2 Jul 2008 20:59:18 -0000 1.277 @@ -624,7 +624,20 @@ <p>The canvas element represents a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other - visual images on the fly.</p> + visual images on the fly. In this section, the + following changes were made:</p> + <ul> + <li>Text specifying the valid arguments on the + <code class=method>toDataURL()</code> + method + was revised to state that if the first argument to + that method is + <code>image/jpeg</code>, + a number between <code>0.0</code> + and <code>1.0</code> + (specifying a desired quality level) may be given + as a second argument.</li> + </ul> <section id=the-2d_wd2> <h2>Section 4.7.11.1, The 2D context</h2> <p>This section provides an extensive
Received on Wednesday, 2 July 2008 21:01:57 UTC