Re: Ghostscript 10.08.0 release candidate - seems to break EPS-to-PDF conversion by dvisvgm
Martin Gieseking <[email protected]>
| Newsgroups | gmane.comp.tex.live |
|---|---|
| Message-ID | <[email protected]> |
Am 19.08.2026 um 11:16 schrieb Bruno Voisin: > With Ghostscript 10.07.1 I get > > % dvisvgm --verbosity=7 --eps golfer.eps --output=%f-eps.svg > processing EPS file > graphic size: 572.1375pt x 697.60625pt (570bp x 695bp) > output written to golfer-eps.svg > file converted in 0.431633 seconds > > and a valid SVG file. > > With Ghostscript 10.08.0 I get > > % dvisvgm --verbosity=7 --eps golfer.eps --output=%f-eps.svg > processing EPS file > graphic size: 0pt x 0pt (0bp x 0bp) > output written to golfer-eps.svg > file converted in 0.437152 seconds > > and an empty SVG file. Bruno, thank you for testing the GS release candidate. I haven't looked into the problem in detail yet. After a quick test, it seems that DELAYBIND isn’t working properly for some reason. When calling GS on the command-line, e.g. like this gswin64c -dDELAYBIND -dDELAYSAFER venn.ps the release candidate quits without doing anything. Previous releases process the PS file and display the rendered image. Perhaps that's a result of another security measure but I would consider this a bug. dvisvgm doesn't work correctly here because it requires DELAYBIND. Best, Martin