diff options
author | Norbert Preining <norbert@preining.info> | 2023-07-08 03:01:46 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-07-08 03:01:46 +0000 |
commit | eeed32591ed8e985fd458c43d976027ad679d682 (patch) | |
tree | 1a5db64fc7b9df26f2887acbde587aed73315604 /dviware/dvisvgm/NEWS | |
parent | 2178d699db60492a15e11c107f17da33543af865 (diff) |
CTAN sync 202307080301
Diffstat (limited to 'dviware/dvisvgm/NEWS')
-rw-r--r-- | dviware/dvisvgm/NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/dviware/dvisvgm/NEWS b/dviware/dvisvgm/NEWS index 4d262a71fa..cf7a347f47 100644 --- a/dviware/dvisvgm/NEWS +++ b/dviware/dvisvgm/NEWS @@ -1,3 +1,23 @@ +dvisvgm-3.1 (2023-07-06) +- added command-line option --currentcolor to replace a given color with + CSS variable 'currentColor' (GH issue #214) +- added special dvisvgm:currentcolor to replace the currently active color + with CSS variable 'currentColor' (GH issue #214) +- added special 'dvisvgm:message' to print given texts to the console +- added support for Omega Font Metric (OFM) files +- added fallback mechanism for missing characters in OFM-based virtual fonts + proposed by Takuji Tanaka (GH issue #241) +- fixed handling of whitespace in PDF file paths (GH issue #233) +- fixed vertical placement of "vertical fonts" in horizontal mode + (GH issue #235) +- fixed parsing of floating point numbers occurred with libc++ (GH issue #240) +- fixed potential segmentation faults triggered by missing font files + (GH issue #241) +- fixed GLIBCXX assertion error in new PDF handler (GH issue #242) +- improved handling of font subset prefixes in new, mutool-based PDF handler + (GH issue #242) +- several minor code improvements + dvisvgm-3.0.4 (2023-03-10) - fixed issue that could prevent reading the output of subprocesses (GH issue #232) @@ -14,7 +34,7 @@ dvisvgm-3.0.2 (2023-01-30) - fixed computation of font sizes in new PDF handler (GH issue #220) - fixed viewBox coordinates determined by new PDF handler (GH issue #223) - improved detection of font names used in PDF files (GH issue #224) -- minor code improvements +- minor code improvements dvisvgm-3.0.1 (2023-01-10) - added support for the 64-bit GS library in TeX Live |