[latex3-commits] [latex3/latex3] main: End softpath when rounding corners (bddea6519)

github at latex-project.org github at latex-project.org
Fri Oct 27 12:08:06 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/bddea65199bd7916235a54b4633e847d1c35be21

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

commit bddea65199bd7916235a54b4633e847d1c35be21
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.


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

bddea65199bd7916235a54b4633e847d1c35be21
 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.