[latex3-commits] [latex3/latex3] main: Add a missing path tracking reset in l3draw (5ac006a10)

github at latex-project.org github at latex-project.org
Fri Feb 23 16:22:11 CET 2024


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

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

commit 5ac006a1041d07734d65621b4bf6a881d2b2647f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 23 15:22:11 2024 +0000

    Add a missing path tracking reset in l3draw


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

5ac006a1041d07734d65621b4bf6a881d2b2647f
 l3experimental/l3draw/l3draw-paths.dtx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3experimental/l3draw/l3draw-paths.dtx b/l3experimental/l3draw/l3draw-paths.dtx
index 9c8bb6e12..2d9a384b0 100644
--- a/l3experimental/l3draw/l3draw-paths.dtx
+++ b/l3experimental/l3draw/l3draw-paths.dtx
@@ -920,7 +920,10 @@
           }
       }
     \bool_if:NT \l_@@_path_use_clear_bool
-      { \@@_softpath_clear: }
+      {
+        \@@_softpath_clear:
+        \@@_path_reset_limits:
+      }
   }
 \cs_new_protected:Npn \@@_path_use_action_draw:
   {





More information about the latex3-commits mailing list.