skew
用於
shape=polygon
的傾斜因子類型:double,預設值:0.0
,最小值:-100.0
正值將多邊形頂部向右傾斜;負值則向左傾斜。
另請參閱 distortion
。
範例
graph {
SkewLeft [shape=polygon sides=4 skew=-.5]
SkewRight [shape=polygon sides=4 skew=.5]
}
- 節點
shape=polygon
的傾斜因子類型:double,預設值:0.0
,最小值:-100.0
正值將多邊形頂部向右傾斜;負值則向左傾斜。
另請參閱 distortion
。
graph {
SkewLeft [shape=polygon sides=4 skew=-.5]
SkewRight [shape=polygon sides=4 skew=.5]
}