[latex3-commits] [git/LaTeX3-latex3-latex3] master: More on text in drawings (1b7ea8b)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Mar 3 23:34:21 CET 2018


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

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

commit 1b7ea8bb1fc2b6b5f77ddca48d7784a80115650f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 3 22:34:21 2018 +0000

    More on text in drawings


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

1b7ea8bb1fc2b6b5f77ddca48d7784a80115650f
 l3experimental/l3draw/l3draw-scopes.dtx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3experimental/l3draw/l3draw-scopes.dtx b/l3experimental/l3draw/l3draw-scopes.dtx
index b7913e3..9a450c6 100644
--- a/l3experimental/l3draw/l3draw-scopes.dtx
+++ b/l3experimental/l3draw/l3draw-scopes.dtx
@@ -294,16 +294,16 @@
                 { \fp_use:N \l_@@_matrix_d_fp }
             }
         }
-      \box_set_ht:Nn \l_@@_tmp_box { 0pt }
-      \box_set_dp:Nn \l_@@_tmp_box { 0pt }
-      \box_set_wd:Nn \l_@@_tmp_box { 0pt }
       \hbox_set:Nn \l_@@_tmp_box
         {
           \tex_kern:D \l_@@_xshift_dim
           \box_move_up:nn { \l_@@_yshift_dim }
-            { \box_use_clear:N \l_@@_tmp_box }
+            { \box_use_drop:N \l_@@_tmp_box }
         }
-      \box_use_clear:N \l_@@_tmp_box
+      \box_set_ht:Nn \l_@@_tmp_box { 0pt }
+      \box_set_dp:Nn \l_@@_tmp_box { 0pt }
+      \box_set_wd:Nn \l_@@_tmp_box { 0pt }
+      \box_use_drop:N \l_@@_tmp_box
     \group_end:
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list