- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 18:44:58 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv27443 Modified Files: Overview.html Overview.src.html Log Message: Updated r-g intro prose to no longer imply the center is written first, before the shape. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.227 retrieving revision 1.228 diff -u -d -r1.227 -r1.228 --- Overview.html 1 Dec 2011 01:39:40 -0000 1.227 +++ Overview.html 1 Dec 2011 18:44:56 -0000 1.228 @@ -997,10 +997,10 @@ a single point and smoothly spread outward in a circular or elliptical shape. - <p>A radial gradient is specified by first pinpointing the <i>center</i> of - the gradient (where the 0% ellipse will be) then specifying the size and - shape of the <dfn id=ending-shape>ending shape</dfn> (the 100% ellipse). - Color stops are given as a list, just as for ‘<code + <p>A radial gradient is specified by indicating the center of the gradient + (where the 0% ellipse will be) and the size and shape of the <dfn + id=ending-shape>ending shape</dfn> (the 100% ellipse). Color stops are + given as a list, just as for ‘<code class=css>linear-gradient()</code>’. Starting from the <i>center</i> and progressing towards (and potentially beyond) the <a href="#ending-shape"><i>ending shape</i></a> concentric ellipses are drawn Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.235 retrieving revision 1.236 diff -u -d -r1.235 -r1.236 --- Overview.src.html 1 Dec 2011 01:39:40 -0000 1.235 +++ Overview.src.html 1 Dec 2011 18:44:56 -0000 1.236 @@ -606,8 +606,8 @@ of the box to the other as with linear gradients, they instead emerge from a single point and smoothly spread outward in a circular or elliptical shape.</p> - <p>A radial gradient is specified by first pinpointing the <i>center</i> - of the gradient (where the 0% ellipse will be) then specifying the size + <p>A radial gradient is specified by indicating the center + of the gradient (where the 0% ellipse will be) and the size and shape of the <dfn>ending shape</dfn> (the 100% ellipse). Color stops are given as a list, just as for ''linear-gradient()''. Starting from the <i>center</i> and progressing towards (and potentially
Received on Thursday, 1 December 2011 18:45:03 UTC