Skip to content

Commit e05338d

Browse files
authored
Merge pull request #996 from muzimuzhi/dvips-blend-mode
dvips: fix displacement after blend group, #995
2 parents a02c45a + e6fc47d commit e05338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tex/generic/pgf/systemlayer/pgfsys-dvips.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
\wd#1=0pt
568568
\ht#1=0pt
569569
\dp#1=0pt
570-
\hskip\pgf@picminx\box#1%
570+
\hskip\pgf@picminx\box#1\hskip-\pgf@picminx
571571
\pgfsys@outerinvoke{%
572572
/pgffoa pgf@sys@foa def /pgfsoa pgf@sys@soa def
573573
grestore

0 commit comments

Comments
 (0)