Opened 9 months ago
Closed 9 months ago
#21627 closed enhancement (fixed)
dvisvgm-3.5
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.4 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (4)
comment:1 by , 9 months ago
| Owner: | changed from to |
|---|
comment:2 by , 9 months ago
| Status: | new → assigned |
|---|
comment:3 by , 9 months ago
comment:4 by , 9 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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 segmentation faults caused by malformed DVI files (issue #289). DVI error messages now also mention the byte position where the error occurred in the DVI file. The evaluation of PostScript operators has been improved and should be more stable. Many code refactorings and improvements.