Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect background color special for dvisvgm #31

Open
davidcarlisle opened this issue Dec 8, 2021 · 0 comments
Open

incorrect background color special for dvisvgm #31

davidcarlisle opened this issue Dec 8, 2021 · 0 comments

Comments

@davidcarlisle
Copy link
Member

Brief outline of the bug

\pagecolor does not work with dvisvgm as the \special is using bgcolor rather than background as the keyword, see

https://tex.stackexchange.com/a/624253/1090

Minimal example showing the bug

\RequirePackage{latexbug}
\documentclass{article}
\usepackage[dvisvgm]{color}
\begin{document}

\iffalse
\pagecolor{red}
\else
\special{background rgb 1 0 0}
\fi

x
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant