mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 14:27:33 +00:00
60 lines
2.9 KiB
Plaintext
60 lines
2.9 KiB
Plaintext
|
@startuml
|
||
|
sprite $flag_checkered [48x48/16] {
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
0000002BEB20000000000000000000000000000000000000
|
||
|
000000EFFFD0000000000000000000000000000000000000
|
||
|
000004FFFFF3000000000011000000000000000000100000
|
||
|
000004FFFFF30000016ADFFFFEB71000000000004DF60000
|
||
|
000000CFFFB00004BFFFFFFFFFFFFB500000004CFFFC0000
|
||
|
0000000FFE0005DFFFFFFDDFFFFFFFFD73248DFFFFFC0000
|
||
|
0000000FFE02CFFFFE84006FFFFFFFFFFFFFFFFFEFFC0000
|
||
|
0000000FFE0AFFFC5000006FFFFFFFFFFFFFFFC61FFC0000
|
||
|
0000000FFE0BFF500000006FFFFFFFFFCAA962000FFC0000
|
||
|
0000000FFE0BFF100000006FFFFFFFFF700000000FFC0000
|
||
|
0000000FFE0BFF100026AC91136AFFFF700000001FFC0000
|
||
|
0000000FFE0BFF106CFFFF90000017EF70000006EFFC0000
|
||
|
0000000FFE0BFF9EFFFFFF9000000007600149EFFFFC0000
|
||
|
0000000FFE0BFFFFFFFFFF90000000008FFFFFFFFFFC0000
|
||
|
0000000FFE0BFFFFFFFFFF90000000008FFFFFFFFFFC0000
|
||
|
0000000FFE0BFFFFFFE9637FEC8300008FFFFFFFFFFC0000
|
||
|
0000000FFE0BFFFF9300006FFFFFE7108FFFFFFD7FFC0000
|
||
|
0000000FFE0BFF810000006FFFFFFFF99FFFD8400FFC0000
|
||
|
0000000FFE0BFF100000006FFFFFFFFF700000000FFC0000
|
||
|
0000000FFE0BFF10000369CFFFFFFFFF700000000FFC0000
|
||
|
0000000FFE0BFF1049EFFFFFFFFFFFFF700000018FFC0000
|
||
|
0000000FFE0BFF8DFFFFFFFFFFFFFFFF7000039FFFFA0000
|
||
|
0000000FFE0BFFFFFFFC7421137CFFFFFCBCFFFFFFA10000
|
||
|
0000000FFE0BFFFFC600000000002AFFFFFFFFFF92000000
|
||
|
0000000FFE09FFB30000000000000028EFFFEA6000000000
|
||
|
0000000FFE00630000000000000000000010000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000FFE00000000000000000000000000000000000000
|
||
|
0000000BEB00000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
}
|
||
|
|
||
|
|
||
|
!define FA_FLAG_CHECKERED(_alias) ENTITY(rectangle,black,flag_checkered,_alias,FA FLAG_CHECKERED)
|
||
|
!define FA_FLAG_CHECKERED(_alias,_label) ENTITY(rectangle,black,flag_checkered,_label,_alias,FA FLAG_CHECKERED)
|
||
|
!define FA_FLAG_CHECKERED(_alias,_label,_shape) ENTITY(_shape,black,flag_checkered,_label,_alias,FA FLAG_CHECKERED)
|
||
|
!define FA_FLAG_CHECKERED(_alias,_label,_shape,_color) ENTITY(_shape,_color,flag_checkered,_label,_alias,FA FLAG_CHECKERED)
|
||
|
skinparam folderBackgroundColor<<FA FLAG_CHECKERED>> White
|
||
|
@enduml
|