-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
67 lines (57 loc) · 3.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
hp2xx-3.4.4
This is mainly a bugfix release to correct some problems found in 3.4.3.
In addition, it provides a tentative framework for truetype font support
and a few other minor enhancements.
I would greatly appreciate receiving bug reports, patches or even sample
HPGL files. (In the latter case, please make sure that no copyright or
confidentiality agreements are violated before sending any materials.)
Martin Kroeker,
mk@daveg.com OR martin@ruby.chemie.uni-freiburg.de
Disclaimer: while i currently work for Daveg GmbH and they have generously
waived their rights (as per German employment laws) on the code
i wrote for hp2xx, this software is totally unrelated to, and
not endorsed by, Daveg GmbH.
See the file 'copying' (i.e. the GNU GPL) for license and warranty
information.
Changes from 3.4.3 to 3.4.4
New features:
- Experimental support for truetype fonts (needs a fixed-width truetype
font such as the monospace Bitstream Vera from www.gnome.org/fonts,
fontlib, and '-DSTROKED_FONTS=\"/path/to/this/truetype/font.ttf\"' in the
DEFINES section of the Makefile). Depending on the font, this should
produce better-looking text than the default stick font at the expense
of higher CPU and memory consumption. Support for non-ASCII characters
is lacking, and the rendering is at the mercy of the still imperfect
polygon rasterizer.
- Support for the rectangle mode of the PE statement (Eugene Doudine)
- NR is now recognized as an image terminator in multi-plot files.
- DXF output provides optional translation of pen number and/or width
into DXF group 62 line attributes (Georg Viehoever).
- The error handler now tries to report the offending HPGL command sequence,
not just its position in the input stream
- New option for mapping pen 0 commands to another pen, to avoid changing
the background color in raster output modes.
Bug fixes:
- penwidth was erroneously set to the default 0.1 mm after drawing a label
- xfig and rgip output did not yet handle the changed pencolor and width
settings
- polygons sometimes had the wrong sections filled in for some of the
scanlines
- forcing penwidth via the -p commandline option no longer worked for
the conventional values between 1 and 9
- PJL parser now handles input lines of up to 256 characters
- polygon sides could escape clipping in some circumstances
- WG support was broken in 3.4.3 (coordinate error resulted in odd shapes)
- simplified HPGL output would write very small numbers in exponential
notation, which is not allowed by any HPGL standard.
- DT handling was both incorrect and incomplete
- pdf and eps modes were using much too large miter limits
- exporting to raster modes could fail in some circumstances due to
wrong linewidth corrections being applied in the raster buffer.
- arcs drawn with 'deviation distance' chord tolerance parameter were
drawn as acute angles or even crashed hp2xx
- PNG export of color graphics was broken in 3.4.3
- SP command in PE mode did not update the internal pencount, potentially
leading to use of a reduced color palette in the raster modes.
- Using -h,-? or even -help no longer generates an error message before the
usage text is shown.