1
1
Revision history for Perl extension Algorithm::Networksort.
2
2
3
- 2.10
3
+ 2.02
4
+ Thu June 21 2018
5
+ - Changed colorsettings(), which wasn't following the
6
+ documentation correctly.
7
+ - Encapsulated Postscript works again.
8
+ - Encapsulated Postscript now can have color.
9
+ - At some point when I was new to Perl, I learned the
10
+ unpack("B32", pack("N", $x))
11
+ idiom, not realizing that sprintf() had added a "%b"
12
+ flag to its format. Sigh. Made the changes everywhere.
13
+
4
14
Fri Feb 9 2018
5
15
- Keys 'radius' and 'stroke_width' of graphsettings() split
6
16
into two each for the input lines and the comparator lines,
@@ -13,17 +23,10 @@ Revision history for Perl extension Algorithm::Networksort.
13
23
with function textsettings(), as making graphsettings()
14
24
handle it all was ridiculous, not to mention the key
15
25
collisions with the changes above.
16
- - Changed colorsettings(), which wasn't following the
17
- documentation correctly.
18
26
- Check for "monotone" diagrams. If all the colors are
19
27
the same, just set the color once in the SVG or
20
28
EPS output instead of setting the color for each part
21
- of the diagram. (If you want each color set even though
22
- the colors are the same, simply set each part's color
23
- in colorsettings(), then set 'foreground' to a different
24
- color. Since 'foreground' is used as a default, it
25
- won't change anything if there is nothing to default.)
26
- - Encapsulated Postscript now can have color.
29
+ of the diagram, resulting in a smaller file.
27
30
- Update the t/ and eg/ files to use the above changes.
28
31
29
32
Sun Jan 14 2018
0 commit comments