[latex3-commits] [git/LaTeX3-latex3-latex3] master: l3draw: No need to do a calc here (43a54e3)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 9 08:38:04 CET 2018


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

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

commit 43a54e3640502d22b7ff072d76553022f4fd9018
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 9 07:38:04 2018 +0000

    l3draw: No need to do a calc here
    
    The difference in set up from pgf shows up!


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

43a54e3640502d22b7ff072d76553022f4fd9018
 l3trial/l3draw/l3draw-points.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index 65e3f8e..ee2ee3a 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -346,9 +346,9 @@
 %
 % Initialise the vectors.
 %    \begin{macrocode}
-\draw_set_xvec:n { \draw_point_coord:nn { 1cm } { 0cm } }
-\draw_set_yvec:n { \draw_point_coord:nn { 0cm } { 1cm } }
-\draw_set_zvec:n { \draw_point_coord:nn { -0.385cm } { -0.385cm } }
+\draw_set_xvec:n { { 1cm } { 0cm } }
+\draw_set_yvec:n { { 0cm } { 1cm } }
+\draw_set_zvec:n { { -0.385cm } { -0.385cm } }
 %    \end{macrocode}
 %
 % \begin{macro}[EXP]{\draw_point_vec_coord:nn}





More information about the latex3-commits mailing list