[latex3-commits] [git/LaTeX3-latex3-latex3] master: Documentatiom (f0117cd)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Apr 24 18:59:03 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/f0117cdb854e9ba3cd2c143241b7cb02b50172b4

>---------------------------------------------------------------

commit f0117cdb854e9ba3cd2c143241b7cb02b50172b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Apr 24 17:59:03 2019 +0100

    Documentatiom


>---------------------------------------------------------------

f0117cdb854e9ba3cd2c143241b7cb02b50172b4
 l3experimental/l3draw/l3draw.dtx |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index 46797b0..db25b95 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -608,13 +608,16 @@
 %   Inserts the current path, carrying out one ore more possible \meta{actions}
 %   (a comma list):
 %   \begin{itemize}
-%     \item \texttt{clear} Resets the path to empty
-%     \item \texttt{clip} Clips any content outside of the path
-%     \item \texttt{draw}
+%     \item \texttt{stroke} Draws a line along the current path
+%     \item \texttt{draw} A synonym for \texttt{stroke}
 %     \item \texttt{fill} Fills the interior of the path with the current
 %       file color
-%     \item \texttt{stroke} Draws a line along the current path
+%     \item \texttt{clip} Clips any content outside of the path
 %   \end{itemize}
+%   Actions are applied in the order given irrespective of the input order.
+%   Note that whilst it is possible to use a path without clearing it, the
+%   normal use case would be to clear the path (this resets data structures
+%   at the macro level).
 % \end{function}
 %
 % \subsubsection{Path operations on drawing axes}





More information about the latex3-commits mailing list