[latex3-commits] [latex3/latex3] tl-build: End softpath when rounding corners (75112cbe2)

github at latex-project.org github at latex-project.org
Thu Oct 19 13:49:18 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : tl-build
Link       : https://github.com/latex3/latex3/commit/75112cbe260536bd1b6175f38f34d139e52b08b9

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

commit 75112cbe260536bd1b6175f38f34d139e52b08b9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 19 12:47:52 2023 +0100

    End softpath when rounding corners
    
    This makes the overall flow clearer.


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

75112cbe260536bd1b6175f38f34d139e52b08b9
 l3experimental/l3draw/l3draw-softpath.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3experimental/l3draw/l3draw-softpath.dtx b/l3experimental/l3draw/l3draw-softpath.dtx
index f0e5c0dbc..b393ac83d 100644
--- a/l3experimental/l3draw/l3draw-softpath.dtx
+++ b/l3experimental/l3draw/l3draw-softpath.dtx
@@ -347,9 +347,9 @@
           \fp_zero:N \l_@@_softpath_lasty_fp
           \tl_clear:N \l_@@_softpath_first_tl
           \tl_clear:N \l_@@_softpath_move_tl
-          \tl_build_get:NN \g_@@_softpath_main_tl \l_@@_softpath_tmp_tl
+          \tl_build_gend:N \g_@@_softpath_main_tl
           \exp_after:wN \@@_softpath_round_loop:Nnn
-            \l_@@_softpath_tmp_tl
+            \g_@@_softpath_main_tl
             \q_@@_recursion_tail ? ?
             \q_@@_recursion_stop
         \group_end:





More information about the latex3-commits mailing list.