16.1.0
See the CHANGELOG .
Added 1
- Graph attribute svgid sets the id property of the <svg> of a graph
Fixed 6
- An sfdp crash has been fixed
- Graphs that induce invalid trapezoids during ortho routing no longer cause Graphviz crashes on non-Windows platforms
- edgepaint no longer crashes when passed the illegal option -s
- cluster no longer crashes when passed single character command-line options without arguments
- cluster of trivial graphs with no nodes no longer crashes
- cluster on large chains of nodes no longer references out-of-bounds memory
Added
- Graph attribute
svgidsets the id property of the <svg> of a graph. #2850
Fixed
- An
sfdpcrash has been fixed. This was a regression in Graphviz 15.1.1. #2852 - Graphs that induce invalid trapezoids during ortho routing no longer cause Graphviz crashes on non-Windows platforms. These scenarios now exit with failure gracefully. #2784
edgepaintno longer crashes when passed the illegal option-s. #2857clusterno longer crashes when passed single character command-line options without arguments (e.g.cluster -C). #2857clusterof trivial graphs with no nodes no longer crashes. #2857clusteron large chains of nodes no longer references out-of-bounds memory. This was a regression in Graphviz 7.1.0. #2857