[latex3-commits] [git/LaTeX3-latex3-latex3] main: Fix an incorrect command name (33e95a502)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Dec 13 11:02:13 CET 2021


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

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

commit 33e95a502875b08e38a5063be1dec1eff781270b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Dec 13 10:02:13 2021 +0000

    Fix an incorrect command name


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

33e95a502875b08e38a5063be1dec1eff781270b
 l3backend/CHANGELOG.md       | 1 +
 l3backend/l3backend-draw.dtx | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index 388777c5f..1825c2a05 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -8,6 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Fixed
 - Scoping issues for `dvisvgm`
+- An incorrect mapping function in the drawing backend
 
 ## [2021-10-17]
 
diff --git a/l3backend/l3backend-draw.dtx b/l3backend/l3backend-draw.dtx
index 24bdfd9bc..945e7deed 100644
--- a/l3backend/l3backend-draw.dtx
+++ b/l3backend/l3backend-draw.dtx
@@ -963,7 +963,7 @@
     \use:x
       {
         \@@_backend_dash_aux:nn
-          { \clist_map_function:nn {#1} \@@_backend_dash:n }
+          { \clist_map_function:nN {#1} \@@_backend_dash:n }
           { \dim_to_decimal:n {#2} }
       }
   }





More information about the latex3-commits mailing list.