[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a variant (57d49b63f)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jan 24 18:11:06 CET 2021


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

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

commit 57d49b63fb3558cc95b12d09d5ead31a41bdae7f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 20 15:18:56 2021 +0000

    Correct a variant


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

57d49b63fb3558cc95b12d09d5ead31a41bdae7f
 l3backend/l3backend-opacity.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-opacity.dtx b/l3backend/l3backend-opacity.dtx
index a5bd179bf..23087941d 100644
--- a/l3backend/l3backend-opacity.dtx
+++ b/l3backend/l3backend-opacity.dtx
@@ -84,9 +84,9 @@
 %   the entries.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_backend_fill:n #1
-  { \@@_backend:nn { \fp_eval:n { min(max(0,#1),1) } } { fill } }
+  { \@@_backend:xn { \fp_eval:n { min(max(0,#1),1) } } { fill } }
 \cs_new_protected:Npn \@@_backend_stroke:n #1
-  { \@@_backend:nn { \fp_eval:n { min(max(0,#1),1) } } { stroke } }
+  { \@@_backend:xn { \fp_eval:n { min(max(0,#1),1) } } { stroke } }
 \cs_new_protected:Npn \@@_backend:nn #1#2
   {
     \__kernel_backend_postscript:n { #1 ~ .set #2 constantalpha  }





More information about the latex3-commits mailing list.