- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 May 2011 21:58:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv13641
Modified Files:
Overview.html Overview.src.html
Log Message:
Added back an example that uses a negative angle.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html 18 May 2011 18:14:21 -0000 1.93
+++ Overview.html 18 May 2011 21:58:03 -0000 1.94
@@ -804,7 +804,8 @@
box is pure yellow, and the bottom-right of the box is pure blue. The
difference is in the angle that the gradient follows.</p>
- <pre><code>linear-gradient(135deg, yellow, blue);</code></pre>
+ <pre><code>linear-gradient(135deg, yellow, blue);
+linear-gradient(-45deg, blue, yellow);</code></pre>
<p><img alt="" src=linear3.png></p>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.src.html 18 May 2011 18:14:21 -0000 1.97
+++ Overview.src.html 18 May 2011 21:58:03 -0000 1.98
@@ -556,7 +556,8 @@
box is pure yellow, and the bottom-right of the box is pure blue. The
difference is in the angle that the gradient follows.</p>
- <pre><code>linear-gradient(135deg, yellow, blue);</code></pre>
+ <pre><code>linear-gradient(135deg, yellow, blue);
+linear-gradient(-45deg, blue, yellow);</code></pre>
<p><img src="linear3.png" alt="" ></p>
</div>
Received on Wednesday, 18 May 2011 21:58:06 UTC