mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
69 lines
3.2 KiB
Plaintext
69 lines
3.2 KiB
Plaintext
@startuml
|
|
sprite $meteor [48x57/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000001000000000000000000000000000000000000000
|
|
000000001300000000000000000000000000000000000000
|
|
000000000240000000000000000000000000000000000000
|
|
000000000026000002000000000000000000000000000000
|
|
000000000002700000400000000000000000000000000000
|
|
000000000000480000160000000000000000000000000000
|
|
000000000000049000028000030000000000000000000000
|
|
000000000000005A00003A00005000000000000000000000
|
|
0000000000000005B00003C1000800000000000000000000
|
|
00000000000000007B00005C100191000000000000000000
|
|
000000000002100008C10006D2001B100000000000000000
|
|
0000000000004300008D10007E3001C20000000000000000
|
|
00000000000007300009D10009F3002D2000000000000000
|
|
00000000000000840000AE2000AF4003E300000000000000
|
|
000000000000000A60000BE2000BF5004F40000000000000
|
|
0000000000000000B80000BF4000CF7004F6000000000000
|
|
00000000000000000C80000CF4001DF7006F600000000000
|
|
000000000000011001D90001DF4001DF8007F60000000000
|
|
0000000000000032001EB0001EF5002EF9008F7000000000
|
|
00000000000000053002EC1001EF7002EFA008F700000000
|
|
000000000000000074003FC1002EF7003FFA008F00000000
|
|
0000000000000000095004FD1003FF8003FFB00100000000
|
|
000000000000000000B6005FD1004FF8004FFB0000000000
|
|
0000000000000000000C7006FE2004FF9005FFB000000000
|
|
00000000000000000001D8007FE2005FF9005FF800000000
|
|
000000000000000000001DA008FE3006FFA004C400000000
|
|
0000000000000000000001DB008FF4006FFB000000000000
|
|
00000000000000000000002EC009FF4007FFB00000000000
|
|
000000000000000000000003FC00BFF4009FF70000000000
|
|
0000000000000000000000003FC00BFF5009C20000000000
|
|
00000000000000000000000004FB00CFF300000000000000
|
|
000000000000000000000000003B000AD200000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_METEOR(_alias) ENTITY(rectangle,black,meteor,_alias,DEV METEOR)
|
|
!define DEV_METEOR(_alias,_label) ENTITY(rectangle,black,meteor,_label,_alias,DEV METEOR)
|
|
!define DEV_METEOR(_alias,_label,_shape) ENTITY(_shape,black,meteor,_label,_alias,DEV METEOR)
|
|
!define DEV_METEOR(_alias,_label,_shape,_color) ENTITY(_shape,_color,meteor,_label,_alias,DEV METEOR)
|
|
skinparam folderBackgroundColor<<DEV METEOR>> White
|
|
@enduml
|