X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet.pm;fp=lib%2FLaTeX%2FTikZ%2FSet.pm;h=3d8112f91b0a15cb8d652c2d0e812ed44688a8d5;hp=075dcb88b9ed88f48a29794a475df6aaeb507fc8;hb=61a93a58351bf2d238dcf81a1a557112b0c0ee85;hpb=062ab95259610ce39ace60365b659d6113420ce7 diff --git a/lib/LaTeX/TikZ/Set.pm b/lib/LaTeX/TikZ/Set.pm index 075dcb8..3d8112f 100644 --- a/lib/LaTeX/TikZ/Set.pm +++ b/lib/LaTeX/TikZ/Set.pm @@ -61,7 +61,9 @@ requires qw< draw >; -=head2 C +=head2 C + + $set->mod(@mods) Apply the given list of L objects to the current set. @@ -103,7 +105,9 @@ around 'draw' => sub { $body; }; -=head2 C +=head2 C + + $set->layer($layer) Puts the current set in the corresponding layer. This is a shortcut for C<< $set->mod(Tikz->layer($layer)) >>. @@ -122,7 +126,9 @@ sub layer { ) } -=head2 C +=head2 C + + $set->clip($path) Clips the current set by the path given by C<$path>. This is a shortcut for C<< $set->mod(Tikz->clip($path)) >>.