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 $git_commit [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000001100000000000000000000000
|
|
000000000000000000017CFFFFC710000000000000000000
|
|
0000000000000000005FFFFFFFFFE5000000000000000000
|
|
000000000000000008FFFFFFFFFFFF800000000000000000
|
|
00000000000000007FFFFFFFFFFFFFF70000000000000000
|
|
0000000000000002FFFFFFEAAEFFFFFF2000000000000000
|
|
000000000000000AFFFFF500005FFFFFA000000000000000
|
|
000000000000001FFFFF40000004FFFFF100000000000000
|
|
0000000CFFFFFFFFFFFA00000000AFFFFFFFFFFFC0000000
|
|
0000000CFFFFFFFFFFF5000000005FFFFFFFFFFFC0000000
|
|
0000000CFFFFFFFFFFF3000000003FFFFFFFFFFFC0000000
|
|
0000000CFFFFFFFFFFF5000000005FFFFFFFFFFFC0000000
|
|
00000009CCCCCCDFFFFB00000000BFFFFDCCCCCC90000000
|
|
000000000000000FFFFF50000005FFFFF000000000000000
|
|
0000000000000009FFFFF810018FFFFF9000000000000000
|
|
0000000000000001FFFFFFFDDFFFFFFF1000000000000000
|
|
00000000000000005FFFFFFFFFFFFFF50000000000000000
|
|
000000000000000006FFFFFFFFFFFF600000000000000000
|
|
0000000000000000003DFFFFFFFFD3000000000000000000
|
|
000000000000000000005AEFFEA500000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_GIT_COMMIT(_alias) ENTITY(rectangle,black,git_commit,_alias,DEV GIT_COMMIT)
|
|
!define DEV_GIT_COMMIT(_alias,_label) ENTITY(rectangle,black,git_commit,_label,_alias,DEV GIT_COMMIT)
|
|
!define DEV_GIT_COMMIT(_alias,_label,_shape) ENTITY(_shape,black,git_commit,_label,_alias,DEV GIT_COMMIT)
|
|
!define DEV_GIT_COMMIT(_alias,_label,_shape,_color) ENTITY(_shape,_color,git_commit,_label,_alias,DEV GIT_COMMIT)
|
|
skinparam folderBackgroundColor<<DEV GIT_COMMIT>> White
|
|
@enduml
|