[cairo-commit] cairo-demo/png .cvsignore, 1.3, 1.4 ChangeLog, 1.13,
1.14 Makefile, 1.7, 1.8 bevels.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Mon Oct 18 07:43:49 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv26089
Modified Files:
.cvsignore ChangeLog Makefile
Added Files:
bevels.c
Log Message:
* bevels.c: Add bevel example showing lines of 1-pixel width.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore 31 Aug 2004 19:39:32 -0000 1.3
+++ .cvsignore 18 Oct 2004 14:43:47 -0000 1.4
@@ -1,9 +1,10 @@
+bevels
caps_joins
hering
outline
spiral
splines_tolerance
stars
-*.png
text
text-rotate
+*.png
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog 10 Sep 2004 17:55:39 -0000 1.13
+++ ChangeLog 18 Oct 2004 14:43:47 -0000 1.14
@@ -1,3 +1,7 @@
+2004-10-18 Carl Worth <cworth at cworth.org>
+
+ * bevels.c: Add bevel example showing lines of 1-pixel width.
+
2004-09-10 Carl Worth <cworth at brudder.east.isi.edu>
* Makefile (CFLAGS+): Fix typo.
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 10 Sep 2004 17:55:39 -0000 1.7
+++ Makefile 18 Oct 2004 14:43:47 -0000 1.8
@@ -1,4 +1,4 @@
-EXAMPLES=outline spiral hering caps_joins stars splines_tolerance text text-rotate
+EXAMPLES=bevels caps_joins hering outline spiral splines_tolerance stars text text-rotate
CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
LDFLAGS+=`pkg-config --libs cairo libpng`
--- NEW FILE: bevels.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list