[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct sig for backend draw box function with dvisvgm (2d90929ec)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Dec 14 07:06:11 CET 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/2d90929ecfabed9ce6fb44ed5fb2b8b1a74a9fea
>---------------------------------------------------------------
commit 2d90929ecfabed9ce6fb44ed5fb2b8b1a74a9fea
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Dec 14 06:05:13 2021 +0000
Correct sig for backend draw box function with dvisvgm
>---------------------------------------------------------------
2d90929ecfabed9ce6fb44ed5fb2b8b1a74a9fea
l3backend/CHANGELOG.md | 4 +---
l3backend/l3backend-draw.dtx | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index 5ebb80b0c..99c813d7c 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -8,9 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Scoping issues for `dvisvgm`
-- An incorrect mapping function in the drawing backend
-- Dash pattern intialisation for `dvisvgm`
-- Drawing scope for `dvisvgm`
+- Some incorrect functions in `l3draw` backend for `dvisvgm`
## [2021-10-17]
diff --git a/l3backend/l3backend-draw.dtx b/l3backend/l3backend-draw.dtx
index 45d423586..6cc7f5847 100644
--- a/l3backend/l3backend-draw.dtx
+++ b/l3backend/l3backend-draw.dtx
@@ -1034,7 +1034,7 @@
% a scope. As there is nothing to re-box, just make the box passed of
% zero size.
% \begin{macrocode}
-\cs_new_protected:Npn \@@_backend_box_use:Nnnnn #1#2#3#4#5#6#7
+\cs_new_protected:Npn \@@_backend_box_use:Nnnnn #1#2#3#4#5
{
\__kernel_backend_scope_begin:
\@@_backend_cm:nnnn {#2} {#3} {#4} {#5}
More information about the latex3-commits
mailing list.