[latex3-commits] [git/LaTeX3-latex3-latex3] master: Avoid duplicating dictionary selection (f1ae2f060)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Aug 30 16:37:21 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/f1ae2f06009957aa217b70fe33c220d3d089c2de

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

commit f1ae2f06009957aa217b70fe33c220d3d089c2de
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 30 15:37:11 2019 +0100

    Avoid duplicating dictionary selection


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

f1ae2f06009957aa217b70fe33c220d3d089c2de
 l3backend/l3backend-draw.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-draw.dtx b/l3backend/l3backend-draw.dtx
index 276e1aee9..c8cf2ec33 100644
--- a/l3backend/l3backend-draw.dtx
+++ b/l3backend/l3backend-draw.dtx
@@ -393,7 +393,7 @@
 \cs_new_protected:Npn \@@_backend_color_fill:n #1
   { 
     \__kernel_backend_postscript:n
-      { SDict ~ begin ~ /color.fc ~ { #1 } ~ def ~ end }
+      { /color.fc ~ { #1 } ~ def }
   }
 \cs_generate_variant:Nn \@@_backend_color_fill:n { x }
 \cs_new_protected:Npn \@@_backend_color_stroke:n #1





More information about the latex3-commits mailing list