[cairo-commit] cairo-demo/png ChangeLog, 1.23, 1.24 Makefile, 1.13,
1.14 star_and_ring.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Fri Mar 18 07:26:55 PST 2005
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.13,
1.14 cairogtkmodule.c, 1.11, 1.12 pycairo-surface.c, 1.9, 1.10
- Next message: [cairo-commit] pycairo ChangeLog,1.56,1.57 configure.ac,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv20419
Modified Files:
ChangeLog Makefile
Added Files:
star_and_ring.c
Log Message:
* star_and_ring.c: Add example showing how to use
CAIRO_OPERATOR_ADD to draw to interwoven objects without any
seams.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog 28 Feb 2005 18:50:46 -0000 1.23
+++ ChangeLog 18 Mar 2005 15:26:53 -0000 1.24
@@ -1,3 +1,9 @@
+2005-03-18 Carl Worth <cworth at cworth.org>
+
+ * star_and_ring.c: Add example showing how to use
+ CAIRO_OPERATOR_ADD to draw to interwoven objects without any
+ seams.
+
2005-02-28 Carl Worth <cworth at cworth.org>
* Makefile (MYCFLAGS): Use canonical libpn12 name for pkgconfig
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile 28 Feb 2005 18:50:46 -0000 1.13
+++ Makefile 18 Mar 2005 15:26:53 -0000 1.14
@@ -1,4 +1,4 @@
-EXAMPLES=bevels caps_joins hering outline spiral splines_tolerance snapping stars text text-rotate
+EXAMPLES=bevels caps_joins hering outline spiral splines_tolerance snapping stars star_and_ring text text-rotate
# I'd like to put a bunch of compiler-specific warning flags here, but
# I don't know a good way to choose the right flags based on the
--- NEW FILE: star_and_ring.c ---
(This appears to be a binary file; contents omitted.)
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.13,
1.14 cairogtkmodule.c, 1.11, 1.12 pycairo-surface.c, 1.9, 1.10
- Next message: [cairo-commit] pycairo ChangeLog,1.56,1.57 configure.ac,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list