[latex3-commits] [git/LaTeX3-latex3-latex3] master: Further dvisvgm fixes in backend (7bc4ec14c)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jun 25 13:22:19 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/7bc4ec14c948a62220fd94eb388828aace872f7e
>---------------------------------------------------------------
commit 7bc4ec14c948a62220fd94eb388828aace872f7e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 25 12:22:04 2020 +0100
Further dvisvgm fixes in backend
>---------------------------------------------------------------
7bc4ec14c948a62220fd94eb388828aace872f7e
l3backend/CHANGELOG.md | 3 +++
l3backend/l3backend-draw.dtx | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index 27a96c4fb..1ae38b8f0 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -6,6 +6,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Fixed
+- Loading with `dvisvgm`
+
## [2020-06-23]
### Changed
diff --git a/l3backend/l3backend-draw.dtx b/l3backend/l3backend-draw.dtx
index 3b886359a..a469fbb8f 100644
--- a/l3backend/l3backend-draw.dtx
+++ b/l3backend/l3backend-draw.dtx
@@ -1212,9 +1212,9 @@
}
\cs_new_protected:Npn \@@_backend_color_gray_aux:nn #1#2
{ \@@_backend_color:nnn {#1} {#2} {#2} {#2} }
-\cs_new_protected:Npn \@@_backend_color_rgb_cmyk:n #1
+\cs_new_protected:Npn \@@_backend_color_fill_rgb:n #1
{ \@@_backend_color_rgb:nw { fill } #1 \s_@@_stop }
-\cs_new_protected:Npn \@@_backend_color_rgb_cmyk:n #1
+\cs_new_protected:Npn \@@_backend_color_stroke_rgb:n #1
{ \@@_backend_color_rgb:nw { stroke } #1 \s_@@_stop }
\cs_new_protected:Npn \@@_backend_color_rgb:nw
#1#2 ~ #3 ~ #4\s_@@_stop
More information about the latex3-commits
mailing list.