[latex3-commits] [git/LaTeX3-latex3-latex3] master: A couple of min/max mixups (56415c6)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Feb 7 17:21:31 CET 2018


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

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

commit 56415c607bfce5295527a78e43555b593bafa498
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 7 16:21:31 2018 +0000

    A couple of min/max mixups


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

56415c607bfce5295527a78e43555b593bafa498
 l3trial/l3draw/l3draw-paths.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3draw/l3draw-paths.dtx b/l3trial/l3draw/l3draw-paths.dtx
index f7bdbcb..fa02d39 100644
--- a/l3trial/l3draw/l3draw-paths.dtx
+++ b/l3trial/l3draw/l3draw-paths.dtx
@@ -95,7 +95,7 @@
     \dim_gset:Nn \g_@@_path_xmax_dim
       { \dim_max:nn \g_@@_path_xmax_dim {#1} }
     \dim_gset:Nn \g_@@_path_xmin_dim
-      { \dim_min:nn \g_@@_path_xmax_dim {#1} }
+      { \dim_min:nn \g_@@_path_xmin_dim {#1} }
     \dim_gset:Nn \g_@@_path_ymax_dim
       { \dim_max:nn \g_@@_path_ymax_dim {#1} }
     \dim_gset:Nn \g_@@_path_ymin_dim
@@ -105,7 +105,7 @@
         \dim_gset:Nn \g_@@_xmax_dim
           { \dim_max:nn \g_@@_xmax_dim {#1} }
         \dim_gset:Nn \g_@@_xmin_dim
-          { \dim_min:nn \g_@@_xmax_dim {#1} }
+          { \dim_min:nn \g_@@_xmin_dim {#1} }
         \dim_gset:Nn \g_@@_ymax_dim
           { \dim_max:nn \g_@@_ymax_dim {#1} }
         \dim_gset:Nn \g_@@_ymin_dim





More information about the latex3-commits mailing list