- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 21:32:17 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv9196
Modified Files:
Overview.src.html
Log Message:
Big formatting revision - killed the hierarchical nesting of sections in favor of a flat structure.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.src.html 9 Feb 2011 18:06:06 -0000 1.67
+++ Overview.src.html 9 Feb 2011 21:32:15 -0000 1.68
@@ -9,79 +9,90 @@
<style>
p { margin: .5em 0; }
dd > p { text-indent: 0; }
- a > b { font-weight: normal; color: #800; }
</style>
</head>
<body>
<div class="head">
-<!--logo-->
[...2671 lines suppressed...]
+ <li>Convert both the start and end gradients to their used value.</li>
+
+ <li>Interpolate each component and color-stop of the gradients independently.
+ For linear gradients, the only component is the angle. For radial gradients,
+ the components are the horizontal and vertical position of the center
+ and the horizontal and vertical axis lengths.</li>
+
+ <li>To interpolate a color-stop, first match each color-stop in the start
+ gradient to the corresponding color-stop at the same index in the end
+ gradient. For repeating gradients, the first specified color-stop in
+ the start and end gradients are considered to be at the same index, and
+ all other color-stops following and preceding are indexed appropriately.
+ Then, for each pair of color-stops, interpolate the position and color
+ independently.</li>
+ </ol>
+
+<!-- ====================================================================== -->
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Received on Wednesday, 9 February 2011 21:32:19 UTC