[cairo-commit] cairo-perl Cairo.pm,1.40,1.41 ChangeLog,1.99,1.100
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sat Sep 6 11:43:34 PDT 2008
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv13290
Modified Files:
Cairo.pm ChangeLog
Log Message:
* Cairo.pm: Mention http://cairographics.org/manual/ in the API
documentation section. Fix a POD error.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Cairo.pm 19 Apr 2008 16:38:51 -0000 1.40
+++ Cairo.pm 6 Sep 2008 18:43:32 -0000 1.41
@@ -59,8 +59,8 @@
=head1 API DOCUMENTATION
-Note that this listing still lacks entries for I<Cairo::Surface>s and some
-utility methods.
+This is a listing of the API Cairo provides. For more verbose information,
+refer to the cairo manual at L<http://cairographics.org/manual/>.
=head2 Drawing
@@ -69,7 +69,7 @@
I<Cairo::Context> is the main object used when drawing with Cairo. To draw with
Cairo, you create a I<Cairo::Context>, set the target surface, and drawing
options for the I<Cairo::Context>, create shapes with methods like
-C<$cr->move_to> and C<$cr-E<gt>line_to>, and then draw shapes with
+C<$cr-E<gt>move_to> and C<$cr-E<gt>line_to>, and then draw shapes with
C<$cr-E<gt>stroke> or C<$cr-E<gt>fill>.
I<Cairo::Context>'s can be pushed to a stack via C<$cr-E<gt>save>. They may
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- ChangeLog 6 Sep 2008 18:42:47 -0000 1.99
+++ ChangeLog 6 Sep 2008 18:43:32 -0000 1.100
@@ -1,5 +1,8 @@
2008-09-06 Torsten Schoenfeld <kaffeetisch at gmx.de>
+ * Cairo.pm: Mention http://cairographics.org/manual/ in the API
+ documentation section. Fix a POD error.
+
* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ. (RT
#34681)
More information about the cairo-commit
mailing list