mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
|
@startuml
|
||
|
sprite $history [48x48/16] {
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000059BDEEDB950000000000000000000
|
||
|
000000027100000029FFFFFFFFFFFF920000000000000000
|
||
|
0000000DFE200019FFFFFFFFFFFFFFFF9100000000000000
|
||
|
0000000FFFE203EFFFFFFFFFFFFFFFFFFE40000000000000
|
||
|
0000000FFFFE7FFFFFFFFFFFFFFFFFFFFFF6000000000000
|
||
|
0000000FFFFFFFFFFFFFFFDCCDFFFFFFFFFF600000000000
|
||
|
0000000FFFFFFFFFFFFA40000005AFFFFFFFF40000000000
|
||
|
0000000FFFFFFFFFFC200000000003CFFFFFFE1000000000
|
||
|
0000000FFFFFFFFFA000000000000009FFFFFF9000000000
|
||
|
0000000FFFFFFFFFE2000000010000009FFFFFF200000000
|
||
|
0000000FFFFFFFFFFE200000EFB000000CFFFFF900000000
|
||
|
0000000FFFFFFFFFFFE20000FFD0000003FFFFFF00000000
|
||
|
0000000FFFFFFFFFFFFA0000FFD0000000AFFFFF40000000
|
||
|
0000000AFFFFFFFFFFF70000FFD00000005FFFFF80000000
|
||
|
000000002333333333200000FFD00000000FFFFFB0000000
|
||
|
000000000000000000000000FFD00000000DFFFFD0000000
|
||
|
000000000000000000000000FFD00000000CFFFFE0000000
|
||
|
000000000000000000000000FFD00000000CFFFFE0000000
|
||
|
000000000000000000399999FFD00000000DFFFFD0000000
|
||
|
000000000000000000AFFFFFFFD00000000FFFFFB0000000
|
||
|
0000000000000000009FFFFFFFC00000005FFFFF80000000
|
||
|
0000000000000000000444444410000000AFFFFF40000000
|
||
|
0000000000000000000000000000000003FFFFFF00000000
|
||
|
000000000000004000000000000000000CFFFFF900000000
|
||
|
00000000000009FA00000000000000009FFFFFF200000000
|
||
|
0000000000009FFF9000000000000009FFFFFF9000000000
|
||
|
000000000009FFFFFC200000000003CFFFFFFE1000000000
|
||
|
00000000001FFFFFFFFB50000005AFFFFFFFF40000000000
|
||
|
000000000006FFFFFFFFFFECCDFFFFFFFFFF600000000000
|
||
|
0000000000006FFFFFFFFFFFFFFFFFFFFFF6000000000000
|
||
|
00000000000004EFFFFFFFFFFFFFFFFFFE40000000000000
|
||
|
000000000000001AFFFFFFFFFFFFFFFF9100000000000000
|
||
|
00000000000000003AFFFFFFFFFFFF920000000000000000
|
||
|
000000000000000000059BDEEDB840000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
}
|
||
|
|
||
|
|
||
|
!define FA_HISTORY(_alias) ENTITY(rectangle,black,history,_alias,FA HISTORY)
|
||
|
!define FA_HISTORY(_alias,_label) ENTITY(rectangle,black,history,_label,_alias,FA HISTORY)
|
||
|
!define FA_HISTORY(_alias,_label,_shape) ENTITY(_shape,black,history,_label,_alias,FA HISTORY)
|
||
|
!define FA_HISTORY(_alias,_label,_shape,_color) ENTITY(_shape,_color,history,_label,_alias,FA HISTORY)
|
||
|
skinparam folderBackgroundColor<<FA HISTORY>> White
|
||
|
@enduml
|