diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-22 23:37:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-22 23:37:49 +0000 |
commit | a4aaec6038582459ed4f70ee377bb98bc158f2db (patch) | |
tree | 20999e49a479e1a5b4ed9bae7f0ac0dab08cb112 /Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def | |
parent | b2ba0afced5c10391750914c16a2aa06cfaa6a96 (diff) |
-----BEGIN CERTIFICATE REQUEST----- (22jan17)
git-svn-id: svn://tug.org/texlive/trunk@43025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def b/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def index ab455ad1cd5..044bc38d6e5 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def +++ b/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def @@ -367,7 +367,8 @@ \special{pdf:btrans rotate \Grot@angle}} \def\Grot@end{\special{pdf:etrans}} \def\Gscale@start{% -\special{pdf:btrans xscale \Gscale@x\space yscale \Gscale@y}} + \special{pdf:btrans}% + \special{pdf:literal \Gscale@x\space 0 0 \Gscale@y\space 0 0 cm}} \def\Gscale@end{\special{pdf:etrans}} \def\Gin@PS@raw#1{\special{ps: #1}} \def\Gin@PS@restored#1{\special{" #1}} |