- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Sep 2010 06:56:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv14360
Modified Files:
Overview.html
Log Message:
colour values on the web are generally considered to be bytes 0..255, not floats 0..1. (whatwg r5446)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.html 8 Sep 2010 06:37:36 -0000 1.70
+++ Overview.html 8 Sep 2010 06:56:20 -0000 1.71
@@ -896,7 +896,7 @@
<dd><var title="">A</var> plus <var title="">B</var>. <span class="note">Display the
sum of the source image and destination image, with color values
- approaching 1 as a limit.</span></dd>
+ approaching 255 (100%) as a limit.</span></dd>
<dt><dfn id="gcop-copy" title="gcop-copy"><code>copy</code></dfn></dt>
Received on Wednesday, 8 September 2010 06:56:23 UTC