[latex3-commits] [git/LaTeX3-latex3-latex3] master: l3draw: Correct a scope issue (dd6f8ed)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Feb 11 11:45:48 CET 2018


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

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

commit dd6f8edd788ad5bf0a2ccbe7245521f2cf8828e1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Feb 11 10:45:48 2018 +0000

    l3draw: Correct a scope issue


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

dd6f8edd788ad5bf0a2ccbe7245521f2cf8828e1
 l3trial/l3draw/l3draw-paths.dtx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3trial/l3draw/l3draw-paths.dtx b/l3trial/l3draw/l3draw-paths.dtx
index fa02d39..332355e 100644
--- a/l3trial/l3draw/l3draw-paths.dtx
+++ b/l3trial/l3draw/l3draw-paths.dtx
@@ -114,10 +114,10 @@
   }
 \cs_new_protected:Npn \@@_path_reset_limits:
   {
-    \dim_zero:N \g_@@_path_xmax_dim
-    \dim_zero:N \g_@@_path_xmin_dim
-    \dim_zero:N \g_@@_path_ymax_dim
-    \dim_zero:N \g_@@_path_ymin_dim
+    \dim_gzero:N \g_@@_path_xmax_dim
+    \dim_gzero:N \g_@@_path_xmin_dim
+    \dim_gzero:N \g_@@_path_ymax_dim
+    \dim_gzero:N \g_@@_path_ymin_dim
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list