fix: add imagepos tc to default node attrs

pull/1179/head
georgepstaylor 1 month ago
parent 67e8dbfe3a
commit c6d40178de
No known key found for this signature in database

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

Loading…
Cancel
Save