mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
@startuml
|
|
sprite $debian [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
00000000000000000003AFFCB88A61000000000000000000
|
|
000000000000000004CFFFFFFFFFFF945100000000000000
|
|
0000000000000001BFFFFFFFFFFFFFFFFC40000000000000
|
|
000000000000009EFFFFFFDCAAACEFFFFFFB100000000000
|
|
00000000000009FFFFFFA2000000039FFFFFC10000000000
|
|
0000000000009FFFFF95000000000002DFFFFC0000000000
|
|
000000000006FFFFE2000000000000000CFFFF9000000000
|
|
00000000001FFFF9300000000000000000DFFFF400000000
|
|
00000000208FFF500000000000000000002FFFFD00000000
|
|
0000000013FFF30000000000000000000007FFCC10000000
|
|
000000000EFF400000000000000000000000FFA300000000
|
|
000000004FF70000000000018DDB81000000AFF420000000
|
|
00000002BFF400000000004E7200042000006FF510000000
|
|
00000001FFC00000000002D20000000000003FF600000000
|
|
00000006FF40000000000D300000000000001FF700000000
|
|
00000008FF00000000006A000000000000001FFB00000000
|
|
00000007FD0000000000C4000000000020001FF900000000
|
|
00000007FC0000000000F2000000000000003FF400000000
|
|
00000007FA0000000000F3000000000000002FC100000000
|
|
00000007F90000000000F6000000000000006F8000000000
|
|
00000007F80000000000CA00000000110003EF1000000000
|
|
00000007F900000000006F10000440000008F70000000000
|
|
00000006FC00000000012DC000000000005FB00000000000
|
|
00000005FF000000000232EA0000000008FA100000000000
|
|
00000002FF1000000000144DD4000006EF80000000000000
|
|
00000000EF50000000000047CFEAACFFC300000000000000
|
|
00000000AFB0000000000001866888510000000000000000
|
|
000000004FFE200000000000015441000000000000000000
|
|
000000000EFF900000000000000000000000000000000000
|
|
0000000007FF900000000000000000000000000000000000
|
|
0000000001EFF10000000000000000000000000000000000
|
|
00000000006FF70000000000000000000000000000000000
|
|
00000000000CFD0000000000000000000000000000000000
|
|
000000000002FF9000000000000000000000000000000000
|
|
0000000000004FF700000000000000000000000000000000
|
|
00000000000007FF20000000000000000000000000000000
|
|
000000000000006FE7000000000000000000000000000000
|
|
0000000000000004FF700000000000000000000000000000
|
|
00000000000000002CE81000000000000000000000000000
|
|
0000000000000000006EF600000000000000000000000000
|
|
000000000000000000006CA4000000000000000000000000
|
|
000000000000000000000003420000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_DEBIAN(_alias) ENTITY(rectangle,black,debian,_alias,DEV DEBIAN)
|
|
!define DEV_DEBIAN(_alias,_label) ENTITY(rectangle,black,debian,_label,_alias,DEV DEBIAN)
|
|
!define DEV_DEBIAN(_alias,_label,_shape) ENTITY(_shape,black,debian,_label,_alias,DEV DEBIAN)
|
|
!define DEV_DEBIAN(_alias,_label,_shape,_color) ENTITY(_shape,_color,debian,_label,_alias,DEV DEBIAN)
|
|
skinparam folderBackgroundColor<<DEV DEBIAN>> White
|
|
@enduml
|