- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 23:06:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv3595
Modified Files:
Overview.html
Log Message:
mark example up (whatwg r5379)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.html 27 Aug 2010 19:18:22 -0000 1.67
+++ Overview.html 27 Aug 2010 23:06:06 -0000 1.68
@@ -3113,8 +3113,12 @@
region</a> over the current canvas bitmap using the current
composition operator.</li>
- </ol></div><h2 id="examples"><span class="secno">15 </span>Examples</h2><p><i>This section is non-normative.</i><p>Here is an example of a script that uses canvas to draw pretty
- glowing lines.<pre><canvas width="800" height="450"></canvas>
+ </ol></div><h2 id="examples"><span class="secno">15 </span>Examples</h2><p><i>This section is non-normative.</i><div class="example">
+
+ <p>Here is an example of a script that uses canvas to draw pretty
+ glowing lines.</p>
+
+ <pre><canvas width="800" height="450"></canvas>
<script>
var context = document.getElementsByTagName('canvas')[0].getContext('2d');
@@ -3153,7 +3157,9 @@
}
setInterval(blank, 40);
-</script></pre><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsBEZIER">[BEZIER]</dt>
+</script></pre>
+
+ </div><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsBEZIER">[BEZIER]</dt>
<dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
<dt id="refsCSS">[CSS]</dt>
Received on Friday, 27 August 2010 23:06:12 UTC