From: Magnus Jacobsson Date: Wed, 19 Oct 2022 17:44:44 +0000 (+0200) Subject: add CHANGELOG entry for partial fix of issue #372 X-Git-Tag: 7.0.0~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d45d293c51d6dfa91c67b8c0a1e8776241985a4f;p=graphviz add CHANGELOG entry for partial fix of issue #372 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 204ef18f2..8ec472190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Issues with GCC 8, `-O3` and `-ffast-math` #1412 - Problem building Graphviz-5.0.1: undefined symbols `__*_finite` #2296 +- Failure of arrowhead and arrowtail to respect penwidth #372 \ + Fixed for all + [polygon-based node shapes](https://graphviz.org/doc/info/shapes.html#polygon) + (except for the `cylinder` node shape) and for the + [edge arrow shapes](https://graphviz.org/doc/info/arrows.html) + `normal`, `inv`, `box` and `dot` ### Removed