[latex3-commits] [git/LaTeX3-latex3-latex3] master: transforms are local [ci skip] (a2773d1)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 23 08:33:02 CET 2018


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

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

commit a2773d14b0a1c1bd033fb97e85629c6fb4b485ef
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 23 07:33:02 2018 +0000

    transforms are local [ci skip]


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

a2773d14b0a1c1bd033fb97e85629c6fb4b485ef
 l3experimental/l3draw/l3draw.dtx |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index d9c9455..3a60b6b 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -547,6 +547,7 @@
 %   Applies the transformation matrix specified, over-writing any existing
 %   matrix. The transformation is made up of a matrix \meta{a}, \meta{b},
 %   \meta{c} and \meta{d}, and a shift by the \meta{vector}.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_concat:nnnnn}
@@ -557,6 +558,7 @@
 %   Appends the given transformation to the currently-active one. The
 %   transformation is made up of a matrix \meta{a}, \meta{b}, \meta{c} and
 %   \meta{d}, and a shift by the \meta{vector}.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_triangle:nnn}
@@ -567,6 +569,7 @@
 %   Applies a transformation such that the co-ordinates $(0, 0)$, $(1, 0)$
 %   and $(0, 1)$ are given by the \meta{origin}, \meta{point1} and
 %   \meta{point2}, respectively.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_rotate:n}
@@ -575,6 +578,7 @@
 %   \end{syntax}
 %   Applies a roation by the \meta{angle}, measured anti-clockwise in degrees.
 %   This rotation is \emph{additional} to any prevailing transformation.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}
@@ -588,6 +592,7 @@
 %   \end{syntax}
 %   Applies the \meta{scale} in either $x$ or $y$ (or both).
 %   This scale is \emph{added} to any prevailing transformation.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}
@@ -603,6 +608,7 @@
 %   Applies a shift of the \meta{vector} in $(x, y)$ or an \meta{xshift} or
 %   \meta{yshift}, as appropriate. This shift is \emph{added} to any prevailing
 %   transformation.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}
@@ -615,6 +621,7 @@
 %   \end{syntax}
 %   Applies the \meta{slant} (a factor) in either $x$ or $y$.
 %   This slant is \emph{added} to any prevailing transformation.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_invert:}
@@ -623,6 +630,7 @@
 %   \end{syntax}
 %   Inverts the current transformation matrix and reverses the current
 %   shift vector.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_reset:}
@@ -630,6 +638,7 @@
 %     \cs{draw_transform_reset:}
 %   \end{syntax}
 %   Resets all transformation operations.
+%   This assignment is local.
 % \end{function}
 %
 % \begin{function}{\draw_transform_reset_retain_shift:}
@@ -638,6 +647,7 @@
 %   \end{syntax}
 %   Resets rotations, scalings and slants, but retains any shifts which
 %   are active.
+%   This assignment is local.
 % \end{function}
 %
 % \end{documentation}





More information about the latex3-commits mailing list