mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
57 lines
2.6 KiB
Plaintext
57 lines
2.6 KiB
Plaintext
@startuml
|
|
sprite $aws [48x45/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000014000000000330000000000
|
|
000000000000000000000038CFFFB610059EFFE930000000
|
|
000000000000000000000458DFFFC76265AFFFFA66000000
|
|
0000000000000000000009FD85669EF5FFB6566BFF000000
|
|
0000000000000000000009FFFF3FFFF5FFFF89FFFF000000
|
|
0000000000000000000009FFFF3FFFF5FFFF89FFFF000000
|
|
0000000000000000000009FFFF3FFFF5FFFF89FFFF000000
|
|
0000000000000000000009FFFF3FFFF5FFFF89FFFF000000
|
|
0000000000000000000009FFFF3FFFF5FFFF89FFFF000000
|
|
00000000000000000000017DFF3FFB6049FF89FE94000000
|
|
000000048DFC7200016AEEA5382710000005554000000000
|
|
0000026CFFFFFB3139EFFFFE820000000000000000000000
|
|
000009FA67A77CF5FD859979EE0000000000000000000000
|
|
000009FFFD3FFFF5FFFF78FFFE0000000000000000000000
|
|
000009FFFE3FFFF5FFFF89FFFE0000000000000000000000
|
|
000009FFFE3FFFF5FFFF89FFFE0000000000000000000000
|
|
000009FFFE3FFFF5FFFF89FFFE0000000000000000000000
|
|
000009FFFE3FFFF5FFFF89FFFE0000000000000000000000
|
|
000004CFFE3FFFA28EFF89FFD70000000000000000000000
|
|
000000017C3B526A94497893000000000000000000000000
|
|
000000000002BFFFFFE60000000000000000000000000000
|
|
00000000003D848DC65AB000000000000000000000000000
|
|
00000000003FFFB27EFFB000000000000000000000000000
|
|
00000000003FFFF5DFFFB000000000000000000000000000
|
|
00000000003FFFF5DFFFB000000000000000000000000000
|
|
00000000003FFFF5DFFFB000000000000000000000000000
|
|
00000000003FFFF5DFFFB000000000000000000000000000
|
|
00000000002EFFF5DFFF8000000000000000000000000000
|
|
00000000000028D5CB500000000000000000000000000000
|
|
000000000000000010000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_AWS(_alias) ENTITY(rectangle,black,aws,_alias,DEV AWS)
|
|
!define DEV_AWS(_alias,_label) ENTITY(rectangle,black,aws,_label,_alias,DEV AWS)
|
|
!define DEV_AWS(_alias,_label,_shape) ENTITY(_shape,black,aws,_label,_alias,DEV AWS)
|
|
!define DEV_AWS(_alias,_label,_shape,_color) ENTITY(_shape,_color,aws,_label,_alias,DEV AWS)
|
|
skinparam folderBackgroundColor<<DEV AWS>> White
|
|
@enduml
|