]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ.pm
This is 0.03
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ.pm
index 1c12cadf3862a9096ea3a3632ffa00a744a325a1..274c9ae65a7a98206436324b429e30f41fd3ffd3 100644 (file)
@@ -9,11 +9,11 @@ LaTeX::TikZ - Perl object model for generating PGF/TikZ code.
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 =head1 SYNOPSIS
 
@@ -85,7 +85,7 @@ The two TikZ concepts of I<clips> and I<layers> have been unified with the modif
 
 =head3 C<union>
 
-    Tikz->union(@seq)
+    Tikz->union(@kids)
 
 Creates a L<LaTeX::TikZ::Set::Union> object out of the paths C<@kids>.
 
@@ -99,6 +99,12 @@ Creates a L<LaTeX::TikZ::Set::Union> object out of the paths C<@kids>.
            'even odd rule',
           );
 
+=head3 C<path>
+
+    Tikz->path(@kids)
+
+A synonym for L</union>.
+
 =head3 C<join>
 
     Tikz->join($connector, @kids)