We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\pagecolor does not work with dvisvgm as the \special is using bgcolor rather than background as the keyword, see
\pagecolor
\special
bgcolor
background
https://tex.stackexchange.com/a/624253/1090
\RequirePackage{latexbug} \documentclass{article} \usepackage[dvisvgm]{color} \begin{document} \iffalse \pagecolor{red} \else \special{background rgb 1 0 0} \fi x \end{document}
The text was updated successfully, but these errors were encountered:
correct background color in dvisvgm issue #31
3f4f653
No branches or pull requests
Brief outline of the bug
\pagecolor
does not work with dvisvgm as the\special
is usingbgcolor
rather thanbackground
as the keyword, seehttps://tex.stackexchange.com/a/624253/1090
Minimal example showing the bug
The text was updated successfully, but these errors were encountered: