Skip to content

Commit 6303fc3

Browse files
authored
Merge pull request #178 from breandan/patch-1
Add MRecord shape
2 parents 94f45bb + 11f7671 commit 6303fc3

File tree

1 file changed

+1
-0
lines changed
  • graphviz-java/src/main/java/guru/nidi/graphviz/attribute

1 file changed

+1
-0
lines changed

graphviz-java/src/main/java/guru/nidi/graphviz/attribute/Shape.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public final class Shape extends SingleAttributes<String, ForNode> {
4848
INV_HOUSE = new Shape("invhouse"),
4949
M_DIAMOND = new Shape("Mdiamond"),
5050
M_SQUARE = new Shape("Msquare"),
51+
M_RECORD = new Shape("Mrecord"),
5152
M_CIRCLE = new Shape("Mcircle"),
5253
RECT = new Shape("rect"),
5354
RECTANGLE = new Shape("rectangle"),

0 commit comments

Comments
 (0)