Releases: mgieseki/dvisvgm
Releases · mgieseki/dvisvgm
dvisvgm 1.11
This is a maintenance release with the following changes:
- The mapping of unknown characters to Unicode has been improved.
- The handling of text elements in conjunction with \specials has been improved.
- An issue that could lead to (invalid) U+0000 codepoints has been fixed.
xlink:title
attributes are now properly quoted.
dvisvgm 1.10
This is a small feature release with the following additions:
- Support for the new XDV format 6 introduced by XeTeX 0.99992 has been added.
- The mapping of PostScript character names to Unicode points has been improved.
dvisvgm 1.9.2
This is a maintenance release with the following changes:
- Avoid retracing of fonts if options
--no-fonts
and--trace-all=y
are given. - Skip tracer messages if no glyphs have been traced.
- The build system has been extended to generate code coverage reports.
- Some tests of the test suite have been improved.
- Several general code refactorings and improvements.
dvisvgm 1.9.1
This is a maintenance release with the following changes:
- The pattern syntax of option
--output
has been extended to support width specifiers and arithmetic expressions. - The formatting of the manual page has been improved.
- A Clang build issue has been fixed (patch by Peter Breitenlohner).
- A build error occurred with old MinGW compilers has been fixed.
- Code cleanup and some refactorings.
dvisvgm 1.9
This is a feature release with the following additions/changes:
- Partial evaluation of the PostScript operator
shfill
which allows to create color gradient fills has been added. The recent version of dvisvgm supports the approximation of free- and lattice-form triangle meshes as well as Coons and tensor-product patch meshes. - The command-line options
--grad-segments
,--grad-overlap
, and--grad-simplify
to adapt the approximation of gradient fills have been added. See the manual page for further details. - Option
--no-merge
has been added. It forces dvisvgm to create separate text elements for each character (patch by Khaled Hosny). - When searching the location of the Ghostscript library, dvisvgm now also looks up the file path in the Windows registry.
- A bug in the interaction of color specials with PostScript color operators has been fixed.
- The validity check of DVI files has been corrected.
- The free replacement script
opt2cpp.py
for my non-freeopt2cpp.xsl
stylesheet has been added. It's required to create the C++ files from the XML file defining the command-line options. Thanks to Khaled Hosny for the implementation and for providing it for free.