型: bool, デフォルト: false
false
trueの場合、ポリゴンの頂点は、その中心がノードの中心である円上に配置されます。
digraph { "pentagon1" [shape="pentagon"]; "pentagon2" [shape="pentagon" regular=true] "hexagon1" [shape="hexagon"]; "hexagon2" [shape="hexagon" regular=true]; }
Graphvizのコードベースで"regular"を検索
"regular"