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 $jekyll_small [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000004A55000000000000000000
|
|
000000000000000000000000008D30560000000000000000
|
|
00000000000000000000000000BEFB69B000000000000000
|
|
00000000000000000000000001C07CFF8000000000000000
|
|
0000000000000000000000000660000C0000000000000000
|
|
0000000000000000000000000B0000570000000000000000
|
|
000000000000000000000000290000B10000000000000000
|
|
000000000000000000000000830002B00000000000000000
|
|
000000000000000000000000B00009400000000000000000
|
|
00000000000000000000000470004E000000000000000000
|
|
00000000000000000000000A100788000000000000000000
|
|
00000000000000000000001C49FA92000000000000000000
|
|
00000000000000000000006ECFF7B0000000000000000000
|
|
0000000000000000000000C2DFF760000000000000000000
|
|
000000000000000000000393FF9B00000000000000000000
|
|
00000000000000000000092AFF7900000000000000000000
|
|
000000000000000000000B1DFE9300000000000000000000
|
|
000000000000000000007C07F8B000000000000000000000
|
|
00000000000000000000C17DF77000000000000000000000
|
|
0000000000000000000382EFCA1000000000000000000000
|
|
0000000000000000000839FF7A0000000000000000000000
|
|
0000000000000000000A0FFF840000000000000000000000
|
|
000000000000000000286FF9C00000000000000000000000
|
|
00000000000000000062CFF7700000000000000000000000
|
|
00000000000000000082FFDA100000000000000000000000
|
|
0000000000000000003BFFBA000000000000000000000000
|
|
00000000000000000006EFB1000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_JEKYLL_SMALL(_alias) ENTITY(rectangle,black,jekyll_small,_alias,DEV JEKYLL_SMALL)
|
|
!define DEV_JEKYLL_SMALL(_alias,_label) ENTITY(rectangle,black,jekyll_small,_label,_alias,DEV JEKYLL_SMALL)
|
|
!define DEV_JEKYLL_SMALL(_alias,_label,_shape) ENTITY(_shape,black,jekyll_small,_label,_alias,DEV JEKYLL_SMALL)
|
|
!define DEV_JEKYLL_SMALL(_alias,_label,_shape,_color) ENTITY(_shape,_color,jekyll_small,_label,_alias,DEV JEKYLL_SMALL)
|
|
skinparam folderBackgroundColor<<DEV JEKYLL_SMALL>> White
|
|
@enduml
|