regular
如果為 true,強制多邊形為正多邊形。
類型:bool,預設值:false
如果為 true,多邊形的頂點將位於以節點中心為中心的圓上。
digraph {
"pentagon1" [shape="pentagon"];
"pentagon2" [shape="pentagon" regular=true]
"hexagon1" [shape="hexagon"];
"hexagon2" [shape="hexagon" regular=true];
}
- 節點