]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ.pm
Also document ->path alongside ->union
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ.pm
index 1c12cadf3862a9096ea3a3632ffa00a744a325a1..575b5c550aab181a9d1e6cf59370cc2a3d3af51a 100644 (file)
@@ -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)