-
Notifications
You must be signed in to change notification settings - Fork 95
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
[BUG]: wrong version number for miktex-dvisvgm-bin-x64-2.9 #1112
Comments
It seems miktex-dvisvgm is considered as a separate software based on dvisvgm and having its own version number. 2b65100 |
Changeset 2b65100 updates MiKTeX's dvisvgm package to dvisvgm 2.13.3. However, dvisvgm's source file |
@mgieseki so i'm actually using the latest version of dvisvgm? i'm having mgieseki/dvisvgm#158 with this MWE. (The line \documentclass[border=2pt]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}
\begin{axis}
\addplot [
domain=-10:10,
samples=70,
color=blue,
pattern=north east lines,
]
{x^2 + 2*x + 1} \closedcycle;
\addlegendentry{$x^2 + 2x + 1$}
\end{axis}
\end{tikzpicture}
\end{document} When I used
to change it to SVG from PDF, the curve is gone. I attached the generated |
I can't really tell what version and code base was used to build your dvisvgm binary. Issue mgieseki/dvisvgm#158, however, occurred when converting DVI files to SVG. You seem to process a PDF file which is only partly supported by dvisvgm. If you create and convert a DVI file from your example, the resulting SVG should be fine. This issue is not related to MiKTeX, though. ;-) |
Thanks for reply. I got the fill pattern using your method, but lost the fonts. I've created another issue for that in your repo. |
GUI says that I'm using package miktex-dvisvgm version: 2.13.3, but cmd outputs 2.11.1.
I've asked the dvisvgm's maintainer/owner at mgieseki/dvisvgm#184, who referred me here.
Attachments:
miktex-report.txt
initexmf.log
miktex-console.log
dvisvgm.log
latexmk.log
pdflatex.log
Submitting a MiKTeX problem report
The text was updated successfully, but these errors were encountered: