mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
@startuml
|
|
sprite $mootools [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000260000000000
|
|
00000028945931795059706AAAAAA8118940CC4892000000
|
|
0000006FCFFCFEC9FDE9EB5DD8DF9CEEBAF5CC8D85000000
|
|
0000007C0D91FC007F203F1A90F500EB009AA85F40000000
|
|
0000008B0D71FC008F104F1B80F401FA00AAB607F1000000
|
|
0000009A0E62FFBBFDDAF80CC09EAEDFBBF2B658F1000000
|
|
000000540731738820794004800586038720525840000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_MOOTOOLS(_alias) ENTITY(rectangle,black,mootools,_alias,DEV MOOTOOLS)
|
|
!define DEV_MOOTOOLS(_alias,_label) ENTITY(rectangle,black,mootools,_label,_alias,DEV MOOTOOLS)
|
|
!define DEV_MOOTOOLS(_alias,_label,_shape) ENTITY(_shape,black,mootools,_label,_alias,DEV MOOTOOLS)
|
|
!define DEV_MOOTOOLS(_alias,_label,_shape,_color) ENTITY(_shape,_color,mootools,_label,_alias,DEV MOOTOOLS)
|
|
skinparam folderBackgroundColor<<DEV MOOTOOLS>> White
|
|
@enduml
|