mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
digraph G {
|
|
|
|
rankdir = RL
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
|
|
node [
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
shape = "record"
|
|
width = 0.4
|
|
]
|
|
|
|
|
|
self_layout -> widget_t[arrowhead = "ediamond"]
|
|
children_layout -> widget_t[arrowhead = "ediamond"]
|
|
}
|