regular

trueの場合、ポリゴンを強制的に正規にします。

型: bool, デフォルト: false

trueの場合、ポリゴンの頂点は、その中心がノードの中心である円上に配置されます。

digraph {
    "pentagon1" [shape="pentagon"];
    "pentagon2" [shape="pentagon" regular=true]
    "hexagon1" [shape="hexagon"];
    "hexagon2" [shape="hexagon" regular=true];
}
有効な場所
  • ノード

Graphvizのコードベースで"regular"を検索