Skip to content

Commit 11f7671

Browse files
authored
Add MRecord shape
1 parent e2c7cf6 commit 11f7671

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)