Index: ChangeLog =================================================================== RCS file: /cvs/cairo/cairomm/ChangeLog,v retrieving revision 1.28 diff -u -r1.28 ChangeLog --- ChangeLog 17 Feb 2006 15:27:21 -0000 1.28 +++ ChangeLog 17 Feb 2006 17:07:57 -0000 @@ -0,0 +1,4 @@ +2006-02-22 Danilo Piazzalunga + + * examples/README: Write some basic information about each example + Index: examples/README =================================================================== RCS file: /cvs/cairo/cairomm/examples/README,v retrieving revision 1.2 diff -u -r1.2 README --- examples/README 7 Jan 2006 11:53:02 -0000 1.2 +++ examples/README 17 Feb 2006 17:07:57 -0000 @@ -0,0 +1,14 @@ +Examples: + + pdf-surface: Create a drawing and save it as a PDF document. + png_file: Create a drawing and save it as a PNG image. + ps-surface: Create a drawing and save it as a PostScript file. + svg-surface: Create a drawing and save it as a SVG image. + + +These examples are built automatically as part of cairomm, and you can +easily try them out if you are building from source. If cairomm has been +installed on your system, you can compile an example program with + + g++ `pkg-config --cflags --libs cairomm-1.0` main.cc +