We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265ae7f commit 042d069Copy full SHA for 042d069
graphviz2drawio/mx/Styles.py
@@ -82,7 +82,7 @@ class Styles(Enum):
82
LARROW = "flipH=1;" + RARROW
83
IMAGE = (
84
"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;"
85
- "imageAspect=0;image={image};"
+ "imageAspect=0;image={image};" + NODE
86
)
87
88
@staticmethod
0 commit comments