Posted
about 2 months
ago
Fonts are now embedded in deterministic rather than random order (issue #288).
Different glyphs now always get distinct Unicode code points to avoid collisions, even if they represent the same character (issue #287).
Fixed font-related
|
Posted
4 months
ago
Extended the computation of Unicode points by looking for known glyph names.
Added some common glyph names not yet covered by the AGL table.
Added a warning shown if unsupported PDF specials have been ignored.
Some additions to the manual page.
Several code improvements.
|
Posted
6 months
ago
Fixed an index error in PS operator colorimage (issue #279).
Updated the bundled xxHash library to version 0.8.3.
Minor changes to the manual page.
|
Posted
8 months
ago
Fixed the evaluation of Unicode data performed when converting PDF files (issue #276).
Fixed the horizontal character positioning in the PDF handler to prevent exceeding text lines (issue #276).
Fixed the drawing of single-colored tensor
|
Posted
10 months
ago
This is just a small maintenance release with these changes:
When converting PDF files, dvisvgm now shows the number of the page being processed.
Added missing #include statement required as of GCC 15 (issue #273).
|
Posted
12 months
ago
Option --embed-bitmaps is now also applied to images included with special dvisvgm:img (issue #229).
Added macro {?cmyk(c,m,y,k)} to allow for directly specifying CMYK colors in literal SVG fragments.
Extended the dvips color specials
|
Posted
about 1 year
ago
Added file dvisvgm.map to the default font map files being looked up automatically. It can be used to add font mappings
which should always be taken into account when dvisvgm is called.
Added evaluation of #include and #includefirst present
|
Posted
over 1 year
ago
Due to the removal of some Ghostscript-specific operators
from GS version 10.02.1, dvisvgm fails to extract bitmaps embedded in PS/EPS files when using the latest Ghostscript releases (issue #264).
This dvisvgm release replaces the involved operators and should fix the issue.
|
Posted
over 1 year
ago
The Ghostscript library is now only loaded when the first PostScript special is processed.
This slightly speeds up the conversion of DVI files that don’t contain PS specials (issue #262).
Applied some changes required for TeX Live builds
|
Posted
over 1 year
ago
The Ghostscript library is now only loaded when the first PostScript special is processed.
This slightly speeds up the conversion of DVI files that don’t contain PS specials (issue #262).
Applied some changes required for TeX Live builds
|