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_merge [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000017BB8200000000000000000000000000000000
|
|
0000000007FFFFFF80000000000000000000000000000000
|
|
000000006FFFFFFFF7000000000000000000000000000000
|
|
00000000EFF7107FFF100000000000000000000000000000
|
|
00000004FFA00009FF500000000000000000000000000000
|
|
00000006FF500004FF700000000000000000000000000000
|
|
00000005FF700006FF600000000000000000000000000000
|
|
00000001FFE2001EFF200000000000000000000000000000
|
|
00000000AFFFAAEFFB000000000000000000000000000000
|
|
000000000CFFFFFFD1000000000000000000000000000000
|
|
0000000000CFFFFFE0000000000000000000000000000000
|
|
0000000000BFFFFFF5000000000000000000000000000000
|
|
0000000000BFFFFFFE100000000000000000000000000000
|
|
0000000000BFFFFFFF900000000000000000000000000000
|
|
0000000000BFFFFFFFF70000000000000000000000000000
|
|
0000000000BFFFFFFFFF6000000000000000000000000000
|
|
0000000000BFFFFFFFFFF800000000000134100000000000
|
|
0000000000BFFFFFFFFFFFD300000001BFFFFA1000000000
|
|
0000000000BFFFFEFFFFFFFFB400002EFFFFFFE100000000
|
|
0000000000BFFFFC4FFFFFFFFFFCA9CFFD88EFFB00000000
|
|
0000000000BFFFFC03EFFFFFFFFFFFFFD0001EFF20000000
|
|
0000000000BFFFFC001BFFFFFFFFFFFF500006FF60000000
|
|
0000000000BFFFFC00005DFFFFFFFFFF400006FF60000000
|
|
0000000000BFFFFC0000005CFFFFFFFFA0000BFF30000000
|
|
0000000000BFFFFC00000000169CDDFFF933AFFD00000000
|
|
0000000000BFFFFC000000000000005FFFFFFFF400000000
|
|
0000000000BFFFFC0000000000000005FFFFFE4000000000
|
|
0000000000BFFFFC00000000000000001699610000000000
|
|
0000000001DFFFFE10000000000000000000000000000000
|
|
000000001EFFFFFFE2000000000000000000000000000000
|
|
00000000BFFE87DFFC000000000000000000000000000000
|
|
00000002FFD0000CFF300000000000000000000000000000
|
|
00000005FF600005FF600000000000000000000000000000
|
|
00000006FF600004FF700000000000000000000000000000
|
|
00000003FFB0000AFF400000000000000000000000000000
|
|
00000000DFFB33AFFE000000000000000000000000000000
|
|
000000004FFFFFFFF5000000000000000000000000000000
|
|
0000000004EFFFFE50000000000000000000000000000000
|
|
000000000005996000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_GIT_MERGE(_alias) ENTITY(rectangle,black,git_merge,_alias,DEV GIT_MERGE)
|
|
!define DEV_GIT_MERGE(_alias,_label) ENTITY(rectangle,black,git_merge,_label,_alias,DEV GIT_MERGE)
|
|
!define DEV_GIT_MERGE(_alias,_label,_shape) ENTITY(_shape,black,git_merge,_label,_alias,DEV GIT_MERGE)
|
|
!define DEV_GIT_MERGE(_alias,_label,_shape,_color) ENTITY(_shape,_color,git_merge,_label,_alias,DEV GIT_MERGE)
|
|
skinparam folderBackgroundColor<<DEV GIT_MERGE>> White
|
|
@enduml
|