summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-03 22:30:06 +0000
committerKarl Berry <karl@freefriends.org>2019-05-03 22:30:06 +0000
commit6c87d764952f4d6eb0d273c68f6033a0b5536fdb (patch)
tree548aa554eae6bc4f978cd66f64ab45874a3d3bd5 /Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx
parent5139fa11fc380bdb1d620afffda047044c55ef7a (diff)
l3 (3may19)
git-svn-id: svn://tug.org/texlive/trunk@50972 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx b/Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx
index 73ed6390dcd..b4a3ed383bd 100644
--- a/Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx
+++ b/Master/texmf-dist/source/latex/l3experimental/l3draw/l3draw.dtx
@@ -27,7 +27,6 @@
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
-\usepackage[utf8]{inputenc}
\usepackage{l3draw}
% For creating code demonstrations
% This needs access to some code-level interfaces in listings
@@ -111,7 +110,7 @@
% }^^A
% }
%
-% \date{Released 2019-03-05}
+% \date{Released 2019-05-03}
%
% \maketitle
%
@@ -609,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}
@@ -1143,7 +1145,7 @@
%
% \begin{macrocode}
%<*package>
-\ProvidesExplPackage{l3draw}{2019-03-05}{}
+\ProvidesExplPackage{l3draw}{2019-05-03}{}
{L3 Experimental core drawing support}
%</package>
% \end{macrocode}