X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ.pm;h=575b5c550aab181a9d1e6cf59370cc2a3d3af51a;hb=ef0e7c8efe9f211ec19a6010a8ac268a0c0af18e;hp=1c12cadf3862a9096ea3a3632ffa00a744a325a1;hpb=61a93a58351bf2d238dcf81a1a557112b0c0ee85;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ.pm b/lib/LaTeX/TikZ.pm index 1c12cad..575b5c5 100644 --- a/lib/LaTeX/TikZ.pm +++ b/lib/LaTeX/TikZ.pm @@ -85,7 +85,7 @@ The two TikZ concepts of I and I have been unified with the modif =head3 C - Tikz->union(@seq) + Tikz->union(@kids) Creates a L object out of the paths C<@kids>. @@ -99,6 +99,12 @@ Creates a L object out of the paths C<@kids>. 'even odd rule', ); +=head3 C + + Tikz->path(@kids) + +A synonym for L. + =head3 C Tikz->join($connector, @kids)