This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
feat: stretch the node height
tags/v0.2.3
mingrammer
4 years ago
parent
a5bb0ed688
commit
c2958dea12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
View File
@@ -252,7 +252,7 @@ class Node:
# that label being spanned between icon image and white space.
self.attrs = {
"shape": "none",
"height": "1.
6
",
"height": "1.
7
",
"image": self._load_icon(),
} if self._icon else {}
# fmt: on
Write
Preview
Loading…
Cancel
Save