[latex3-commits] [l3svn] 05/10: Correct fill/fillstroke for dvips

noreply at latex-project.org noreply at latex-project.org
Thu May 19 21:01:26 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 869abe4a63f12cf9d44909596c6a72f40e8037bd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 19 19:39:56 2016 +0100

    Correct fill/fillstroke for dvips
    
    These were the wrong way around!
---
 l3kernel/l3drivers.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index ce7a2dd..e021a02 100755
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -1485,9 +1485,6 @@
         fill
       }
     \@@_draw_literal:n { currentdict~/l3fc~known~{grestore}~if }
-    \@@_draw_literal:n { currentdict~/l3sc~known~{gsave~l3sc}~if }
-    \@@_draw_literal:n { stroke }
-    \@@_draw_literal:n { currentdict~/l3sc~known~{grestore}~if }
     \bool_if:NT \l_@@_draw_clip_bool
       {
         \@@_draw_literal:x
@@ -1508,6 +1505,9 @@
         fill
       }
     \@@_draw_literal:n { currentdict~/l3fc~known~{grestore}~if }
+    \@@_draw_literal:n { currentdict~/l3sc~known~{gsave~l3sc}~if }
+    \@@_draw_literal:n { stroke }
+    \@@_draw_literal:n { currentdict~/l3sc~known~{grestore}~if }
     \bool_if:NT \l_@@_draw_clip_bool
       {
         \@@_draw_literal:x

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


More information about the latex3-commits mailing list