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 $groovy [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000003300000000000000000000000
|
|
00000000000000000000000BB00000000000000000000000
|
|
000000000000000000000065460000000000000000000000
|
|
000000000000002CD50001A00A1000000000000000000000
|
|
00000000000002DE9B000920029000000000000000000000
|
|
0000000000000DCE9A003800008300000000000000000000
|
|
0000000000009D4E9C34C52B83CD68A695A2000000000000
|
|
0000017C9557CD4CAACEBDE7CF5AEC6ECFBB5559C7100000
|
|
000000016A887F8CB8D75E97E9ADCBDDCEDC18A610000000
|
|
00000000002999FBD3FCFF4B78275CBAC8DD920000000000
|
|
000000000000BCCC30F85D606F52AF10C31B400000000000
|
|
000000000000D82003CC4DCD929C6693F70B700000000000
|
|
00000000000096028C1483000000007FFEA7700000000000
|
|
0000000000000CDD9000000330000009572A400000000000
|
|
000000000000000B000017A67A710064019A000000000000
|
|
0000000000000074004993000039A44BAD60000000000000
|
|
000000000000029299400000000005A93820000000000000
|
|
0000000000000CB820000000000000028BB0000000000000
|
|
000000000000240000000000000000000042000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_GROOVY(_alias) ENTITY(rectangle,black,groovy,_alias,DEV GROOVY)
|
|
!define DEV_GROOVY(_alias,_label) ENTITY(rectangle,black,groovy,_label,_alias,DEV GROOVY)
|
|
!define DEV_GROOVY(_alias,_label,_shape) ENTITY(_shape,black,groovy,_label,_alias,DEV GROOVY)
|
|
!define DEV_GROOVY(_alias,_label,_shape,_color) ENTITY(_shape,_color,groovy,_label,_alias,DEV GROOVY)
|
|
skinparam folderBackgroundColor<<DEV GROOVY>> White
|
|
@enduml
|