mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
60 lines
2.9 KiB
Plaintext
60 lines
2.9 KiB
Plaintext
@startuml
|
|
sprite $mootools_badge [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000650000000000000000000000
|
|
000000000000000000000000AFD300000000000000000000
|
|
00000000000000000000D6004FFF30000000000000000000
|
|
00000000000000000002FB000DFFD0000000000000000000
|
|
00000000000000000007FF0008FFF4000000000000000000
|
|
0000000000000000000CFF5006FFF8000000000000000000
|
|
0000000000000000000FFFD57EFFF9000000000000000000
|
|
0000000000000000004FFFFFFFFFF7000000000000000000
|
|
0000000000000000005FFFFFFFFFF1000000000000000000
|
|
0000000000000000004FFFFFFFFF80000000000000000000
|
|
0000000000000000001FFFFFFFFD00000000000000000000
|
|
0000000000000000000DFFFFFFF500000000000000000000
|
|
00000000000000000008FFFFFFD000000000000000000000
|
|
00000000000000000005FFFFFF7000000000000000000000
|
|
00000000000000000002FFFFFF2000000000000000000000
|
|
00000000000000000001FFFFFE0000000000000000000000
|
|
00000000000000000000FFFFFA0000000000000000000000
|
|
00000000000000000000FFFFF80000000000000000000000
|
|
00000000000000000001FFFFF60000000000000000000000
|
|
00000000000000000003FFFFF40000000000000000000000
|
|
00000000000000000005FFFFF30000000000000000000000
|
|
00000000000000000008FFFFF30000000000000000000000
|
|
0000000000000000000AFFFFF30000000000000000000000
|
|
0000000000000000000CFFFFF30000000000000000000000
|
|
0000000000000000000FFFFFF30000000000000000000000
|
|
0000000000000000002FFFFFF30000000000000000000000
|
|
0000000000000000004FFFFFF30000000000000000000000
|
|
0000000000000000007FD7AFF30000000000000000000000
|
|
0000000000000000009F300CF30000000000000000000000
|
|
0000000000000000009F200BF10000000000000000000000
|
|
0000000000000000004FC68FC00000000000000000000000
|
|
00000000000000000007FFFD200000000000000000000000
|
|
000000000000000000002540000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_MOOTOOLS_BADGE(_alias) ENTITY(rectangle,black,mootools_badge,_alias,DEV MOOTOOLS_BADGE)
|
|
!define DEV_MOOTOOLS_BADGE(_alias,_label) ENTITY(rectangle,black,mootools_badge,_label,_alias,DEV MOOTOOLS_BADGE)
|
|
!define DEV_MOOTOOLS_BADGE(_alias,_label,_shape) ENTITY(_shape,black,mootools_badge,_label,_alias,DEV MOOTOOLS_BADGE)
|
|
!define DEV_MOOTOOLS_BADGE(_alias,_label,_shape,_color) ENTITY(_shape,_color,mootools_badge,_label,_alias,DEV MOOTOOLS_BADGE)
|
|
skinparam folderBackgroundColor<<DEV MOOTOOLS_BADGE>> White
|
|
@enduml
|