[cairo-commit] cairo-5c ChangeLog,1.2,1.3

Keith Packard commit at pdx.freedesktop.org
Sat Dec 11 00:28:13 PST 2004


Committed by: keithp

Update of /cvs/cairo/cairo-5c
In directory gabe:/tmp/cvs-serv13386

Modified Files:
	ChangeLog 
Log Message:
2004-12-11  Keith Packard  <keithp at keithp.com>

	* examples/pie.5c:
	Replace hsv conversion functions with algorithms which
	use 0 <= h <= 1, 0 <= v <= 1 and 0 <= s <= 1.  The
	algorithms are adapted from the Modula III versions found at:
	http://research.compaq.com/SRC/m3sources/html/color/src/Color.i3.html


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-5c/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	11 Dec 2004 07:45:42 -0000	1.2
+++ ChangeLog	11 Dec 2004 08:28:11 -0000	1.3
@@ -1,3 +1,11 @@
+2004-12-11  Keith Packard  <keithp at keithp.com>
+
+	* examples/pie.5c:
+	Replace hsv conversion functions with algorithms which
+	use 0 <= h <= 1, 0 <= v <= 1 and 0 <= s <= 1.  The
+	algorithms are adapted from the Modula III versions found at:
+	http://research.compaq.com/SRC/m3sources/html/color/src/Color.i3.html
+
 2004-12-10  Keith Packard  <keithp at keithp.com>
 
 	* examples/pie.5c:




More information about the cairo-commit mailing list