mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
60 lines
2.7 KiB
Plaintext
60 lines
2.7 KiB
Plaintext
@startuml
|
|
sprite $go [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000156666666673000000000000000000
|
|
000000000000000046410000000003630340000000000000
|
|
00000000000565682223300001433313B216300000000000
|
|
000000000063008021000400040000313830700000000000
|
|
0000000000606C13000000304120000408C0700000000000
|
|
0000000000606703BD1000303EF400020170700000000000
|
|
0000000000446103FF2000304BE200020087000000000000
|
|
000000000003A00334000030120000120042000000000000
|
|
00000000000070004100047EB23213200004000000000000
|
|
0000000000006000023223BEB50110000006000000000000
|
|
000000000001500000001100003000000006000000000000
|
|
000000000002400000000456442000000006000000000000
|
|
000000000002300000000034030000000006000000000000
|
|
000000000001400000000046340000000006000000000000
|
|
000000000000500000000000000000000006000000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000000600000000000000000000005000000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000023700000000000000000000006340000000000
|
|
000000000120600000000000000000000006032000000000
|
|
000000000053800000000000000000000006330000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000000600000000000000000000006000000000000
|
|
000000000000500000000000000000000005000000000000
|
|
000000000000500000000000000000000005000000000000
|
|
000000000000500000000000000000000005000000000000
|
|
000000000000500000000000000000000006000000000000
|
|
000000000000400000000000000000000007000000000000
|
|
000000000000500000000000000000000006000000000000
|
|
000000000000600000000000000000000015000000000000
|
|
000000000000610000000000000000000060000000000000
|
|
000000000000060000000000000000000160000000000000
|
|
000000000000034000000000000000000800000000000000
|
|
000000000000007510000000000000004500000000000000
|
|
000000000000011032000000000000670040000000000000
|
|
000000000000042145664222234766123140000000000000
|
|
000000000000043300002345431000001330000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_GO(_alias) ENTITY(rectangle,black,go,_alias,DEV GO)
|
|
!define DEV_GO(_alias,_label) ENTITY(rectangle,black,go,_label,_alias,DEV GO)
|
|
!define DEV_GO(_alias,_label,_shape) ENTITY(_shape,black,go,_label,_alias,DEV GO)
|
|
!define DEV_GO(_alias,_label,_shape,_color) ENTITY(_shape,_color,go,_label,_alias,DEV GO)
|
|
skinparam folderBackgroundColor<<DEV GO>> White
|
|
@enduml
|