Skip to content

Commit

Permalink
Logic reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed May 29, 2017
1 parent 0787334 commit 4c6c2ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dvipdfmx.def
Expand Up @@ -94,11 +94,11 @@
\def\define@color@named#1#2{%
\expandafter\let\csname col@#1\endcsname\@nnil}
\@ifundefined{Gin@page}
{}
{\let\Gin@page\@empty}
\@ifundefined{Gin@interpolate}
{}
\@ifundefined{Gin@interpolate}
{\csname newif\endcsname\ifGin@interpolate}
{}
\def\Gread@pdf#1{%
\Gread@generic{#1}\Gread@extractbb@aux
}
Expand Down
4 changes: 2 additions & 2 deletions pdftex.def
Expand Up @@ -160,11 +160,11 @@ E \else
}
\let\Gin@attr@hash\@empty
\@ifundefined{Gin@page}
{}
{\let\Gin@page\@empty}
\@ifundefined{Gin@interpolate}
{}
\@ifundefined{Gin@interpolate}
{\csname newif\endcsname\ifGin@interpolate}
{}
\def\Gread@@pdftex#1{%
\edef\Gin@attr@hash{%
\ifx\Gin@page\@empty
Expand Down

0 comments on commit 4c6c2ce

Please sign in to comment.