[latex3-commits] [latex3/latex3] tl-build: End softpath when rounding corners (d29612f97)
github at latex-project.org
github at latex-project.org
Fri Oct 27 11:23:54 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : tl-build
Link : https://github.com/latex3/latex3/commit/d29612f979542894feccffb84fd11028877f672d
>---------------------------------------------------------------
commit d29612f979542894feccffb84fd11028877f672d
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.
>---------------------------------------------------------------
d29612f979542894feccffb84fd11028877f672d
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.