Commit 78c8161
committed
fig2dev: Update to 3.2.8.
Patchlevel 8 (Dec 2020)
NEW FEATURES:
o Use deflate to embed image data into eps output, often substantially
reducing file size.
o Embed pdf files into ps output by converting the pdf to eps.
o Allow negative arrow widths. This might be useful for asymmetric arrow
tips, which can thus be mirrored around the corresponding line.
BUGS FIXED:
Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
o Reject negative text font sizes. Fixes ticket NetBSD#86.
o Allow fig files ending without previous eol character. Fixes NetBSD#83, NetBSD#84.
o Accept text and ellipse angles only within -2*pi to 2*pi. Fixes NetBSD#76.
o Allow -1 as default TeX font, not only 0. Fixes NetBSD#71, NetBSD#75, NetBSD#81.
o Do not allow ASCII NUL anywhere in input. Fixes NetBSD#65, NetBSD#68, NetBSD#73, NetBSD#80.
o Use getline() to improve input scanning.
Fixes tickets NetBSD#58, NetBSD#59, NetBSD#61, NetBSD#62, NetBSD#67, NetBSD#78, NetBSD#79, NetBSD#82.
o Correctly scan embedded pdfs for /MediaBox value.
o Convert polygons having too few points to polylines. Ticket NetBSD#56.
o Reject huge arrow types causing integer overflow. Ticket NetBSD#57.
o Allow Fig v2 text strings ending with multiple ^A. Ticket NetBSD#55.
o Embed images in pdfs with their original compression type, i.e., leave
the gs switch "-dAutoFilterColorImages" at its default value "true".1 parent 016fc73 commit 78c8161
2 files changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
0 commit comments