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 $try [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
00000000000000000DEEEB00000000000000000000000000
|
|
00000000000000000FFFFE00000000000000000000000000
|
|
00000000000000000FFFFE00000049B00000000000000000
|
|
00000000000000000FFFFE0015AFFFF00000000000000000
|
|
00000000000000000FFFFE6BFFFFFFF00000000000000000
|
|
00000000000000000FFFFFFFFFFFFFF00000000000000000
|
|
00000000000000049FFFFFFFFFFFFB500000000000000000
|
|
0000000000005AFFFFFFFFFFFEA500000000000000000000
|
|
00000000000AFFFFFFFFFFD8400003600000000000000000
|
|
00000000000BFFFFFFFFFE00005AEFF00000000000000000
|
|
00000000000BFFFFBFFFFE16BFFFFFF00000000000000000
|
|
000000000009EA500FFFFFFFFFFFFFF00000000000000000
|
|
00000000000000004FFFFFFFFFFFFFB00000000000000000
|
|
000000000000049EFFFFFFFFFFFB61000000000000000000
|
|
000000000007FFFFFFFFFFFE940000001222000000000000
|
|
00000000000BFFFFFFFFFE3000000002FFFFA00000000000
|
|
00000000000BFFFFFFFFFE0000000005FFFFA00000000000
|
|
00000000000BFFA62FFFFE0000000006FFFF900000000000
|
|
00000000000240000FFFFE000000000AFFFF600000000000
|
|
00000000000000000FFFFE000000000FFFFF300000000000
|
|
00000000000000000FFFFE000000007FFFFE000000000000
|
|
00000000000000000FFFFE00000002FFFFF8000000000000
|
|
00000000000000000FFFFE0000000CFFFFF1000000000000
|
|
00000000000000000FFFFE000001CFFFFF80000000000000
|
|
00000000000000000FFFFE00004EFFFFFD00000000000000
|
|
00000000000000000FFFFE016CFFFFFFE200000000000000
|
|
00000000000000000FFFFFFFFFFFFFFF3000000000000000
|
|
00000000000000000FFFFFFFFFFFFFE30000000000000000
|
|
00000000000000000FFFFFFFFFFFFA100000000000000000
|
|
00000000000000000FFFFFFFFFFC40000000000000000000
|
|
00000000000000000FFFFFFEB72000000000000000000000
|
|
000000000000000001222100000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_TRY(_alias) ENTITY(rectangle,black,try,_alias,FA TRY)
|
|
!define FA_TRY(_alias,_label) ENTITY(rectangle,black,try,_label,_alias,FA TRY)
|
|
!define FA_TRY(_alias,_label,_shape) ENTITY(_shape,black,try,_label,_alias,FA TRY)
|
|
!define FA_TRY(_alias,_label,_shape,_color) ENTITY(_shape,_color,try,_label,_alias,FA TRY)
|
|
skinparam folderBackgroundColor<<FA TRY>> White
|
|
@enduml
|