[latex3-commits] [l3svn] branch master updated: Correct color in SVG mode

noreply at latex-project.org noreply at latex-project.org
Thu May 19 17:00:48 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  148eaad   Correct color in SVG mode
148eaad is described below

commit 148eaad556f8aa457de7889d2f828f4c8a846ca3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 19 16:00:43 2016 +0100

    Correct color in SVG mode
---
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 150fef6..e666190 100755
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -2317,9 +2317,9 @@
     \use:x
       {
         \@@_draw_color_rgb_auxii:nnnNN
-          { \fp_eval:n { 100 * (#1) } }
-          { \fp_eval:n { 100 * (#2) } }
           { \fp_eval:n { 100 * (#3) } }
+          { \fp_eval:n { 100 * (#4) } }
+          { \fp_eval:n { 100 * (#5) } }
       }
         #1 #2
   }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list