mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
60 lines
2.7 KiB
Plaintext
60 lines
2.7 KiB
Plaintext
@startuml
|
|
sprite $gavel [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000005CB2000000000000000000000000
|
|
00000000000000000006FFFF300000000000000000000000
|
|
0000000000000000003FFFFFF30000000000000000000000
|
|
0000000000000000006FFFFFFF3000000000000000000000
|
|
0000000000000000002FFFFFFFF300000000000000000000
|
|
0000000000000000007DFFFFFFFF30000000000000000000
|
|
000000000000000008FFFFFFFFFFF3000000000000000000
|
|
00000000000000008FFFFFFFFFFFFF300000000000000000
|
|
0000000000000008FFFFFFFFFFFFFFF30000000000000000
|
|
000000000000008FFFFFFFFFFFFFFFFF3000000000000000
|
|
00000000000008FFFFFFFFFFFFFFFFFFD000000000000000
|
|
0000000000008FFFFFFFFFFFFFFFFFFFF000000000000000
|
|
000000000008FFFFFFFFFFFFFFFFFFFF8000000000000000
|
|
00000003727FFFFFFFFFFFFFFFFEFFFA0000000000000000
|
|
0000006FFFDFFFFFFFFFFFFFFFFA38500000000000000000
|
|
000005FFFFFFFFFFFFFFFFFFFFC000000000000000000000
|
|
00000CFFFFFFFFFFFFFFFFFFFC0000000000000000000000
|
|
00000BFFFFFFFFFFFFFFFFFFE00000000000000000000000
|
|
000002FFFFFFFFFFFFFFFFFFF90000000000000000000000
|
|
0000003FFFFFFFFFFFFFFFEFFF9000000000000000000000
|
|
00000003EFFFFFFFFFFFFC09FFF900000000000000000000
|
|
000000003EFFFFFFFFFFC0009FFF90000000000000000000
|
|
0000000003FFFFFFFFEA000009FFF907A700000000000000
|
|
00000000003FFFFFFFF30000009FFFFFFFC1000000000000
|
|
000000000003FFFFFFF800000009FFFFFFFC100000000000
|
|
0000000000003FFFFFF500000000EFFFFFFFC10000000000
|
|
00000000000003FFFFA000000007FFFFFFFFFC1000000000
|
|
000000000000003DF8000000000AFFFFFFFFFFC100000000
|
|
0000000000000000000000000007FFFFFFFFFFFC10000000
|
|
0000000000000000000000000000CFFFFFFFFFFFC1000000
|
|
00000000000000000000000000000CFFFFFFFFFFFC100000
|
|
000000000000000000000000000000CFFFFFFFFFFFB00000
|
|
0000000000000000000000000000000CFFFFFFFFFFF20000
|
|
00000000000000000000000000000000CFFFFFFFFFF30000
|
|
000000000000000000000000000000000CFFFFFFFFD00000
|
|
0000000000000000000000000000000000CFFFFFFE200000
|
|
00000000000000000000000000000000000CFFFFE3000000
|
|
000000000000000000000000000000000001BFFD20000000
|
|
000000000000000000000000000000000000023000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_GAVEL(_alias) ENTITY(rectangle,black,gavel,_alias,FA GAVEL)
|
|
!define FA_GAVEL(_alias,_label) ENTITY(rectangle,black,gavel,_label,_alias,FA GAVEL)
|
|
!define FA_GAVEL(_alias,_label,_shape) ENTITY(_shape,black,gavel,_label,_alias,FA GAVEL)
|
|
!define FA_GAVEL(_alias,_label,_shape,_color) ENTITY(_shape,_color,gavel,_label,_alias,FA GAVEL)
|
|
skinparam folderBackgroundColor<<FA GAVEL>> White
|
|
@enduml
|