[latex3-commits] [git/LaTeX3-latex3-latex3] main: Initialise fill/stroke internal values (7eea4a60a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Feb 17 16:13:50 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/7eea4a60a978560345145359c3473ac80fd76e71
>---------------------------------------------------------------
commit 7eea4a60a978560345145359c3473ac80fd76e71
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Feb 17 15:13:50 2023 +0000
Initialise fill/stroke internal values
We may at some stage want to think about
'current colour' here: should be be tracking
'current fill' and 'current stroke'?
>---------------------------------------------------------------
7eea4a60a978560345145359c3473ac80fd76e71
l3backend/l3backend-color.dtx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 03d234feb..de29926f0 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -210,6 +210,8 @@
% \begin{macrocode}
\tl_new:N \l_@@_backend_fill_tl
\tl_new:N \l_@@_backend_stroke_tl
+\tl_set:Nn \l_@@_backend_fill_tl { 0 ~ g }
+\tl_set:Nn \l_@@_backend_stroke_tl { 0 ~ G }
% \end{macrocode}
% \end{variable}
%
More information about the latex3-commits
mailing list.