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 $clojure [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000001366663100000000000000000000
|
|
0000000000000000028DFFFFFFFFD8200000000000000000
|
|
0000000000000002AFFE96433469EFFA2000000000000000
|
|
000000000000007FFB300000000003AFF700000000000000
|
|
0000000000000BFC3000000000000003CFB0000000000000
|
|
000000000001DF80000000000000000009FC100000000000
|
|
00000000000CF7000000000000000000006FC00000000000
|
|
00000000009F747997200012210000000008F90000000000
|
|
0000000004FFEFFFFFFB9EFFFFD920000000BF4000000000
|
|
000000000DFFFFFFFFFFFD8669DFF80000001FD000000000
|
|
000000005FFFD6100CFFFE100003CFB0000008F500000000
|
|
00000000CFF900009F91BFA0000009F9000000FC00000000
|
|
00000001FF900004FA000EF2000000AF4000009F10000000
|
|
00000006FD00000DE10005F80000001FD000004F50000000
|
|
00000009F500002F800000DD00000008F200001F90000000
|
|
0000000BF000007F3000006F20000003F700000EB0000000
|
|
0000000CD000009F0000004F70000000F900000DC0000000
|
|
0000000DC00000AF000000CFC0000000FA00000CD0000000
|
|
0000000CD000009F100004F7F1000001F900000DC0000000
|
|
0000000BE000006F30000D91F7000004F600000FB0000000
|
|
00000009F100002F90005F20CE000009F200004F80000000
|
|
00000005F500000BF200DC007F60002FC00000CF50000000
|
|
00000001FA000003FC04F7001FE100CF300009FF10000000
|
|
00000000BF1000007FB9F4000AFC3CF70004CFFB00000000
|
|
000000004F90000008FFF30001EFFFFAABEFFFF400000000
|
|
000000000CF20000005EFEA88AEFFFFFFFFFFFC000000000
|
|
0000000003FC000000007BFFFEB6269BBA85EF2000000000
|
|
00000000007FA0000000000000000000000AF70000000000
|
|
00000000000BF9000000000000000000009FB00000000000
|
|
000000000000BFC100000000000000001BFB000000000000
|
|
00000000000009FE6000000000000005EF90000000000000
|
|
000000000000004EFD600000000016DFE400000000000000
|
|
00000000000000008FFFC866669CFFE70000000000000000
|
|
0000000000000000005AEFFFFFFEA5000000000000000000
|
|
000000000000000000000124421000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_CLOJURE(_alias) ENTITY(rectangle,black,clojure,_alias,DEV CLOJURE)
|
|
!define DEV_CLOJURE(_alias,_label) ENTITY(rectangle,black,clojure,_label,_alias,DEV CLOJURE)
|
|
!define DEV_CLOJURE(_alias,_label,_shape) ENTITY(_shape,black,clojure,_label,_alias,DEV CLOJURE)
|
|
!define DEV_CLOJURE(_alias,_label,_shape,_color) ENTITY(_shape,_color,clojure,_label,_alias,DEV CLOJURE)
|
|
skinparam folderBackgroundColor<<DEV CLOJURE>> White
|
|
@enduml
|