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 $sliders [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000002222220000000000000000000000000000
|
|
0000000000001EFFFFFFD000000000000000000000000000
|
|
0000000000004FFFFFFFF200000000000000000000000000
|
|
0000000444444FFFFFFFF344444444444444444440000000
|
|
0000000FFFFF4FFFFFFFF4FFFFFFFFFFFFFFFFFFF0000000
|
|
0000000FFFFF4FFFFFFFF4FFFFFFFFFFFFFFFFFFF0000000
|
|
0000000888884FFFFFFFF388888888888888888880000000
|
|
0000000000004FFFFFFFF200000000000000000000000000
|
|
0000000000002FFFFFFFF000000000000000000000000000
|
|
000000000000025555552000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000008CCCCCC90000000000000
|
|
000000000000000000000000002FFFFFFFF4000000000000
|
|
000000000000000000000000002FFFFFFFF4000000000000
|
|
0000000FFFFFFFFFFFFFFFFFFF4FFFFFFFF4FFFFF0000000
|
|
0000000FFFFFFFFFFFFFFFFFFF4FFFFFFFF4FFFFF0000000
|
|
0000000CCCCCCCCCCCCCCCCCCC4FFFFFFFF4CCCCC0000000
|
|
000000000000000000000000002FFFFFFFF4000000000000
|
|
000000000000000000000000001FFFFFFFF3000000000000
|
|
0000000000000000000000000005AAAAAA60000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000068888882000000000000000000000000
|
|
0000000000000005FFFFFFFE000000000000000000000000
|
|
0000000000000007FFFFFFFF000000000000000000000000
|
|
0000000BBBBBBB97FFFFFFFF3BBBBBBBBBBBBBBBB0000000
|
|
0000000FFFFFFFD7FFFFFFFF4FFFFFFFFFFFFFFFF0000000
|
|
0000000FFFFFFFD7FFFFFFFF4FFFFFFFFFFFFFFFF0000000
|
|
0000000222222217FFFFFFFF022222222222222220000000
|
|
0000000000000007FFFFFFFF000000000000000000000000
|
|
0000000000000001DEEEEEE8000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_SLIDERS(_alias) ENTITY(rectangle,black,sliders,_alias,FA SLIDERS)
|
|
!define FA_SLIDERS(_alias,_label) ENTITY(rectangle,black,sliders,_label,_alias,FA SLIDERS)
|
|
!define FA_SLIDERS(_alias,_label,_shape) ENTITY(_shape,black,sliders,_label,_alias,FA SLIDERS)
|
|
!define FA_SLIDERS(_alias,_label,_shape,_color) ENTITY(_shape,_color,sliders,_label,_alias,FA SLIDERS)
|
|
skinparam folderBackgroundColor<<FA SLIDERS>> White
|
|
@enduml
|