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 $pagelines [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000066000000000000000000000000
|
|
0000000000000000000002FFE50000000000000000000000
|
|
0000000000000000000009FFFF9000000000000000000000
|
|
000000000000000000000EFFFFF700000000000000000000
|
|
000000000000000000001FFFFFFF10000000000000000000
|
|
000000000000000000002FFFFFFF70000000000000000000
|
|
000000000000000000001FFFFFFFC0000000000000000000
|
|
000000000000000000000DFFFFFFD0000000000000000000
|
|
0000000000000000000006FFFFFFD0000000000000000000
|
|
0000000000000000000000DFFFFFB0000000000000000000
|
|
00000000000000002310004FFFFF90000012100000000000
|
|
00000000000006CFFFFD7007FFFF40018EFFFE6000000000
|
|
0000000000000BFFFFFFFE208FFE005FFFFFFF7000000000
|
|
00000000000008FFFFFFFFE207F907FFFFFFFF5000000000
|
|
00000000000002FFFFFFFFFC05F96FFFFFFFFF1000000000
|
|
00000000000000BFFFFFFFFF76FBFFFFFFFFFB0000000000
|
|
000000000000001EFFFFFFFFE8FFFFFFFFFFF30000000000
|
|
0000000000000002DFFFFFFFFDFFFFFFFFFF600000000000
|
|
000000000000000006EFFFFFFFFFFFFFFFE5000000000000
|
|
0000000000000000000369AAAEFFFFFFB600000000000000
|
|
0000000000000000000000000FF012100000000000000000
|
|
000000000027BEFFEC6000003FD000000000000000000000
|
|
000000000AFFFFFFFFFE50006F9000158A96100000000000
|
|
0000000005FFFFFFFFFFF800BF6029FFFFFFFA1000000000
|
|
0000000000DFFFFFFFFFFF71FF17FFFFFFFFFFF200000000
|
|
00000000004FFFFFFFFFFFF8FCBFFFFFFFFFFFE000000000
|
|
000000000008FFFFFFFFFFFFFFFFFFFFFFFFFF6000000000
|
|
0000000000009FFFFFFFFFFFFFFFFFFFFFFFFC0000000000
|
|
00000000000006EFFFFFFFFFFFFFFFFFFFFFD10000000000
|
|
00000000000000059BB965FE28EFFFFFFFFA100000000000
|
|
000000000000000000000DF600048CDEC930000000000000
|
|
000000000000000000008FD0000000000000000000000000
|
|
00000000000000000004FF20000000000000000000000000
|
|
0000000000000000004FF600000000000000000000000000
|
|
000000000000000005FF7000000000000000000000000000
|
|
00000000000000008FF80000000000000000000000000000
|
|
000000000000006EFF500000000000000000000000000000
|
|
000000000346AEFFC2000000000000000000000000000000
|
|
000000006FFFFFB400000000000000000000000000000000
|
|
000000003BA9510000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_PAGELINES(_alias) ENTITY(rectangle,black,pagelines,_alias,FA PAGELINES)
|
|
!define FA_PAGELINES(_alias,_label) ENTITY(rectangle,black,pagelines,_label,_alias,FA PAGELINES)
|
|
!define FA_PAGELINES(_alias,_label,_shape) ENTITY(_shape,black,pagelines,_label,_alias,FA PAGELINES)
|
|
!define FA_PAGELINES(_alias,_label,_shape,_color) ENTITY(_shape,_color,pagelines,_label,_alias,FA PAGELINES)
|
|
skinparam folderBackgroundColor<<FA PAGELINES>> White
|
|
@enduml
|