惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
Tenable Blog
Project Zero
Project Zero
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
S
Schneier on Security
Scott Helme
Scott Helme
S
Securelist
Know Your Adversary
Know Your Adversary
Vercel News
Vercel News
IT之家
IT之家
V
V2EX
F
Fortinet All Blogs
Simon Willison's Weblog
Simon Willison's Weblog
K
Kaspersky official blog
博客园_首页
T
Tailwind CSS Blog
The GitHub Blog
The GitHub Blog
Spread Privacy
Spread Privacy
Microsoft Security Blog
Microsoft Security Blog
Cisco Talos Blog
Cisco Talos Blog
The Register - Security
The Register - Security
有赞技术团队
有赞技术团队
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cyberwarzone
Cyberwarzone
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
L
LINUX DO - 热门话题
Hugging Face - Blog
Hugging Face - Blog
博客园 - 三生石上(FineUI控件)
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
CXSECURITY Database RSS Feed - CXSecurity.com
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Threat Research - Cisco Blogs
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Privacy & Cybersecurity Law Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
S
SegmentFault 最新的问题
AWS News Blog
AWS News Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost

dvisvgm News

dvisvgm: News dvisvgm 3.5 has been released dvisvgm 3.4.4 has been released dvisvgm 3.4.3 has been released dvisvgm 3.4.2 has been released dvisvgm 3.4.1 has been released dvisvgm 3.4 has been released dvisvgm 3.3 has been released dvisvgm 3.2.1 has been released dvisvgm 3.2 has been released dvisvgm 3.1.2 has been released dvisvgm 3.1.1 has been released dvisvgm 3.1 has been released dvisvgm 3.0.4 has been released dvisvgm 3.0.3 has been released dvisvgm: News dvisvgm 3.0.1 has been released dvisvgm 3.0: Pre-release of new major version dvisvgm 2.14 has been released
dvisvgm: News
2024-03-07 · via dvisvgm News

Information on new releases and related topics

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.

  • 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 (patches by Karl Berry, issue #259, issue #260).
  • Added more details to some DVI warning messages.
  • Added some further information to the manual page.
  • Fixed a rounding issue that could lead to slightly bigger text extents (issue #256).
  • Added the macros {?pageno}, {?svgfile}, and {?svgpath} to the dvisvgm special commands.
  • Added a separate verbosity flag 8 for user messages printed by special dvisvgm:message.
  • Added the command-line option --message to allow for printing user messages after writing an SVG file (issue #258).
  • Applied this upstream patch regarding undefined type punning to the bundled woff2 library.
  • Few improvements of the manual page.
  • Improved the evaluation of graphic extents created by the preview package (issue #246).
  • Fixed the computation of the character box extents performed when using option --exact-bbox (issue #248).
  • Fixed a memory error in the optimizer module (issue #250).
  • Updated the bundled Brotli library to version 1.1.0.
  • Added evaluation of optional dash prefixes to command-line option --optimize to exclude selected optimizer modules.
  • Fixed the invalid removal of clipping paths referenced in the defs section.
  • Fixed the automatic calls of optimizer module remove-clippaths.
  • Suppress warning messages about deprecated option -dNEWPDF introduced with Ghostscript 10.02.0 (issue #245).
  • Updated the bundled xxHash library to version 0.8.2.
  • Fixed a few paragraphs in the manual page.
  • Added the command-line option --currentcolor to replace a given color with CSS variable currentColor (issue #214).
  • Added special dvisvgm:currentcolor to replace the currently active color with CSS variable currentColor (issue #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 (issue #241).
  • Fixed the handling of whitespace characters in PDF file paths (issue #233).
  • Fixed the vertical placement of “vertical fonts” in horizontal mode (issue #235).
  • Fixed the parsing of floating point numbers which now prevents errors when using libc++ instead of libstdc++ (issue #240).
  • Fixed potential segmentation faults triggered by missing font files (issue #241).
  • Fixed a GLIBCXX assertion error occurred if dvisvgm is built with _GLIBCXX_ASSERTIONS enabled (issue #242).
  • Improved the handling of font subset prefixes in the new, mutool-based PDF handler (issue #242).
  • Several minor code improvements.
  • Fixed a bug that could prevent reading the output of subprocesses (issue #232).
  • Removed the optional dependency on libcrypto (OpenSSL) due to the deprecation of its MD5 functions. Instead, the bundled MD5 function is always used now.
  • Added TeX Live conditionals to the build system (patch by Karl Berry).
  • Small code and manpage improvements.

This is a small bugfix release addressing these issues:

  • Fixed resetting the character context that could lead to invalid character positions and properties (issue #227).
  • Added missing #include directives required for GCC 13.