Skip to content

dvisvgm 3.1

Compare
Choose a tag to compare
@mgieseki mgieseki released this 06 Jul 16:32
· 97 commits to master since this release
  • Added the command-line option --currentcolor to replace a given color with CSS variable currentColor (#214).
  • Added special dvisvgm:currentcolor to replace the currently active color with CSS variable currentColor (#214).
  • Added special dvisvgm:message to print given texts to the console.
  • Added support for Omega Font Metric (OFM) files.
  • Added a fallback mechanism for missing characters in OFM-based virtual fonts proposed by Takuji Tanaka (#241).
  • Fixed the handling of whitespace characters in PDF file paths (#233).
  • Fixed the vertical placement of "vertical fonts" in horizontal mode (#235).
  • Fixed the parsing of floating point numbers which now prevents errors when using libc++ instead of libstdc++ (#240).
  • Fixed potential segmentation faults triggered by missing font files (#241).
  • Fixed a GLIBCXX assertion error occurred if dvisvgm is built with _GLIBCXX_ASSERTIONS enabled (#242).
  • Improved the handling of font subset prefixes in the new, mutool-based PDF handler (#242).
  • Several minor code improvements.