]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Path.pm
Abstract the mod antiduplication logic in a new context object
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Path.pm
index 081f35bce312e2ffe30e353d737ef3954e76d56e..e681828eaa571e21cc241c46d3fe4206a0542145 100644 (file)
@@ -39,9 +39,10 @@ These methods are required by the interface :
 
 =item *
 
-C<path $formatter>
+C<path $formatter, $context>
 
 Returns the TikZ code that builds a path out of the current set object as a string formatted by the L<LaTeX::TikZ::Formatter> object C<$formatter>.
+The current evaluation context is passed as the L<LaTeX::TikZ::Context> object C<$context>.
 
 =item *