Skip to content

Commit 042d069

Browse files
committed
reverting simplification in order to maintain e.g. html labels and border styling
1 parent 265ae7f commit 042d069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphviz2drawio/mx/Styles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Styles(Enum):
8282
LARROW = "flipH=1;" + RARROW
8383
IMAGE = (
8484
"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;"
85-
"imageAspect=0;image={image};"
85+
"imageAspect=0;image={image};" + NODE
8686
)
8787

8888
@staticmethod

0 commit comments

Comments
 (0)