Merge pull request #1179 from georgepstaylor/fix/label-bug

fix: icon image positioning within node
pull/1203/merge
Filipe Oliveira 3 months ago committed by GitHub
commit 6053165368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,7 +92,7 @@ class Diagram:
# imagepos attribute is not backward compatible
# TODO: check graphviz version to see if "imagepos" is available >= 2.40
# https://github.com/xflr6/graphviz/blob/master/graphviz/backend.py#L248
# "imagepos": "tc",
"imagepos": "tc",
"imagescale": "true",
"fontname": "Sans-Serif",
"fontsize": "13",

Loading…
Cancel
Save