dvisvgm-2.6.2-tl-pretest: embedded image upside-down in resulting SVG

Alexander Grahn A.Grahn at web.de
Thu Mar 7 17:42:36 CET 2019


Minimal example file.tex :

  \documentclass{article}
  
  \usepackage{graphicx}
  
  \begin{document}
  \includegraphics{example-image.eps}
  \end{document}

If compiled by

  latex file
  latex file
  dvisvgm  --font-format=woff --exact --zoom=-1 file

we get an SVG where the embedded graphics (from pkg `mwe') is upside-down
(opened in a Web browser). This was not the case in TL-18, as far as I
remember.

Alex


More information about the tex-live mailing list