distortion

用于 shape=polygon 的失真因子

类型: double, 默认值: 0.0, 最小值: -100.0

正值导致上部大于底部;负值则相反。

另请参见 skew.

示例
graph {
  LargeBottom [shape=polygon sides=4 distortion=-.5]
  LargeTop    [shape=polygon sides=4 distortion=.5]
}
有效范围
  • 节点

在 Graphviz 代码库中搜索 "distortion"

最后修改时间 2024 年 7 月 28 日: 用所有 Hugo 'ref's 替换 'relref's (bbef86a)