]> granicus.if.org Git - graphviz/commitdiff
add CHANGELOG entry for partial fix of issue #372
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 19 Oct 2022 17:44:44 +0000 (19:44 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 20 Oct 2022 19:46:51 +0000 (21:46 +0200)
CHANGELOG.md

index 204ef18f2e1ab14317e883700b104f3b96b502cb..8ec47219071d8880dd6271e1c230a67796502059 100644 (file)
@@ -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