Releases: mgieseki/dvisvgm
Releases · mgieseki/dvisvgm
dvisvgm 2.4.2
Changes
- Fixed the height and depth values computed when using the preview package (issue #89).
- Slightly reduced the size of the bounding boxes applied to hyperlinked areas to obtain tight bounds.
- No longer print warnings if special
psfile
is called with argument/dev/null
.
For example, optionpsfixbb
of the preview package adds these specials in order to help
dvips to compute correct bounding boxes.
Those DVI files used to produce a couple of redundant warnings when processed with dvisvgm. make install
no longer fails if the manual page can't be created due to missing conversion utilities.
dvisvgm 2.4.1
Changes
- Fixed the handling of the optional delay parameter of option
--progress
. - Updated the brotli library to version 1.0.5.
- Updated the woff2 library to version 1.0.2
- Updated several URLs in the manual page.
- Several minor code refactorings.
dvisvgm 2.4
Changes
- Added special
pdffile
similar topsfile
to embed PDF graphics. - Added option
--pdf
to convert single-page PDF documents to SVG. - Reassigned short option
-P
from--progress
to--pdf
. - Added option
--stdin
to receive input from stdin. Alternatively, a single dash can be used as well. - Option
--stdout
can now be combined with option--zip
to redirect SVGZ data to stdout. - Added processing of Ghostscript operators
.setshapealpha
and.setblendmode
. - Fixed outer transformations applied to
psfile
specials. - Fixed computation of bounding boxes triggered by
psfile
specials. - Several code refactorings.
dvisvgm 2.3.5
Changes
- Added evaluation of PS operator
setpagedevice
in psfile specials. This enables the conversion of EPS files created withdvips
which sometimes contain this operator although not allowed according to the EPS specification. - Fixed the evaluation of dvips color names.
- Fixed the warning message printed when using Ghostscript as of version 9.23.
dvisvgm 2.3.4
Changes
- Fixed an error message printed when addding a single dash on the command-line.
- Added a missing data file that lead to failing tests (issue #87).
- Updated the bundled brotli library to version 1.0.3.
- Some code refactorings.
dvisvgm 2.3.3
Changes
- Fixed a wrong behavior when requiring both default mapfiles and
pdf:mapline
orpdf:mapfile
specials. - Fixed an exception thrown in rare cases of unavailable font files.
dvisvgm 2.3.2
Changes
- Prevent the creation of redundant
tspan
elements. - Added support for the new JFM specification introduced in TeX Live r46452 (patch by Hironobu Yamashita).
- Fixed a build error occurred if the Ghostscript development files were missing.
- Fixed a potential memory error regarding option
--cache
.
dvisvgm 2.3.1
Changes
- Fixed the width of characters slanted by a mapfile entry (issue #82).
- If ttfautohint fails for a font, dvisvgm now uses the unhinted font and prints a corresponding warning message.
- Some code cleanup.
dvisvgm 2.3
Changes
- Added experimental support for ttfautohint.
- Updated xxHash to version 0.6.4.
- Added configuration option to set the location of libkpathsea (issue #71).
- Some improvements of the build system.
dvisvgm 2.2.3
Changes
- Updated the bundled brotli library to version 1.0.2.
- Updated the bundled template library
mpark::variant
. - Fixed a memory issue that may occur in conjuntion with option
--clipjoin
. - Some test and code improvements.