[cairo-commit] cairo ChangeLog,1.1008,1.1009 README,1.19,1.20
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 24 08:28:02 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv19145
Modified Files:
ChangeLog README
Log Message:
2005-08-24 Carl Worth <cworth at cworth.org>
* README: Some text cleanups from Ãyvind KolÃ¥s.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- ChangeLog 24 Aug 2005 15:12:22 -0000 1.1008
+++ ChangeLog 24 Aug 2005 15:28:00 -0000 1.1009
@@ -1,5 +1,10 @@
2005-08-24 Carl Worth <cworth at cworth.org>
+ * README: Some text cleanups from Ãyvind KolÃ¥s.
+
+2005-08-24 Carl Worth <cworth at cworth.org>
+
+
* AUTHORS: Add Amaury Jacquot.
2005-08-24 Carl Worth <cworth at cworth.org>
Index: README
===================================================================
RCS file: /cvs/cairo/cairo/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- README 24 Aug 2005 14:58:07 -0000 1.19
+++ README 24 Aug 2005 15:28:00 -0000 1.20
@@ -15,13 +15,14 @@
The cairo API provides operations similar to the drawing operators of
PostScript and PDF. Operations in cairo including stroking and filling
cubic Bézier splines, transforming and compositing translucent images,
-and antialiased text rendering. All drawing operations can be scaled,
-rotated, or transformed through any other affine transformation.
+and antialiased text rendering. All drawing operations can be
+transformed by any affine transformation (scale, rotation, shear,
+etc.).
Cairo has been designed to let you draw anything you want in a modern
2D graphical user interface. At the same time, the cairo API has been
-designed to be as easy to learn and fun to use as possible. If you're
-not having fun while programming with cairo, then we have failed
+designed to be as fun and easy to learn as possible. If you're not
+having fun while programming with cairo, then we have failed
somewhere---let us know and we'll try to fix it next time around.
Cairo is free software and is available to be redistributed and/or
More information about the cairo-commit
mailing list