mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-03 07:12:29 +00:00
60 lines
2.9 KiB
Plaintext
60 lines
2.9 KiB
Plaintext
@startuml
|
|
sprite $smashing_magazine [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000047600000000000000
|
|
000000000000000000000000000019FFFFE1000000000000
|
|
00000000000000000000000000000016CFF8000000000000
|
|
0000000000000000000000000000000006FB000000000000
|
|
0000000000000363000000000000000009FF000000000000
|
|
00000000026BFFD000000000000000000EFF300000000000
|
|
00000002CFFFFF4000000000000000005FFF700000000000
|
|
0000000CFFFFFE000000003BEFEB7200BFFFB00000000000
|
|
0000000EFFFFFB00000002FFFFFFFFD8FFFFE00000000000
|
|
0000000CFFFFFA00000007FFFFFFFFFFFFFFF20000000000
|
|
00000009FFFFFA00000006FFFFFFFFFFFFFFF60000000000
|
|
00000006FFFFFA00000001FFFFFFFFFFFFFFFA0000000000
|
|
00000002FFFFFE000000003CFFFFFFFFFFFFFD0000000000
|
|
00000000EFFFFF40000000006DFFFFFFFFFFFF1000000000
|
|
00000000BFFFFFD000000000005CFFFFFFFFFF5000000000
|
|
000000007FFFFFF90000000000003AFFFFFFFF9000000000
|
|
000000004FFFFFFF700000000000003CFFFFFFC000000000
|
|
000000000FFFFFFFFA100000000000009FFFFFF000000000
|
|
000000000DFFFFFFFFE500000000000008FFFFF400000000
|
|
0000000009FFFFFFFFFFD6000000000000AFFFF800000000
|
|
0000000006FFFFFFFFFFFFE600000000001FFFFC00000000
|
|
0000000002FFFFFFFFFFFFFFE70000000009FFFF00000000
|
|
0000000000EFFFFFFFFFFFFFFFC100000004FFFF30000000
|
|
0000000000AFFFFFFFFFFFFFFFFC00000000FFFF60000000
|
|
00000000006FFFFFFFFFFFFFFFFF10000000FFFF90000000
|
|
00000000002FFFFFFFFFFFFFFFFF20000000EFFFC0000000
|
|
00000000000EFFFF9BFFFFFFFFFD00000000FFFFE0000000
|
|
00000000000AFFFD0016BFFFFFC200000002FFFF90000000
|
|
000000000006FFF500000011100000000007FFFA00000000
|
|
000000000002FFD00000000000000000000C951000000000
|
|
000000000000EF6000000000000000000000000000000000
|
|
000000000000BF3000000000000000000000000000000000
|
|
0000000000007FFB50000000000000000000000000000000
|
|
0000000000000CFFFE500000000000000000000000000000
|
|
000000000000003420000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_SMASHING_MAGAZINE(_alias) ENTITY(rectangle,black,smashing_magazine,_alias,DEV SMASHING_MAGAZINE)
|
|
!define DEV_SMASHING_MAGAZINE(_alias,_label) ENTITY(rectangle,black,smashing_magazine,_label,_alias,DEV SMASHING_MAGAZINE)
|
|
!define DEV_SMASHING_MAGAZINE(_alias,_label,_shape) ENTITY(_shape,black,smashing_magazine,_label,_alias,DEV SMASHING_MAGAZINE)
|
|
!define DEV_SMASHING_MAGAZINE(_alias,_label,_shape,_color) ENTITY(_shape,_color,smashing_magazine,_label,_alias,DEV SMASHING_MAGAZINE)
|
|
skinparam folderBackgroundColor<<DEV SMASHING_MAGAZINE>> White
|
|
@enduml
|