Skip to content

Commit e6fc47d

Browse files
committed
dvips: fix displacement after blend group, #995
1 parent b1d133c commit e6fc47d

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)