mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
60 lines
2.7 KiB
Plaintext
60 lines
2.7 KiB
Plaintext
@startuml
|
|
sprite $gnu [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000034543000000000000002320000000000000
|
|
000000000005436688730000000000366463410000000000
|
|
000000000274BD666431800000003614679E643000000000
|
|
00000000155F835312441000000002443342EA4200000000
|
|
0000000050F94100000024300002410000032F6500000000
|
|
0000000046F230000023133422523230000048C220000000
|
|
0000000308F500000338FFFC4BACFD44000028D040000000
|
|
000000040AC4000024CFFFFFC054DFF6400007E040000000
|
|
0000000409D400024BFFFFFEB021DFFF430017E150000000
|
|
0000000409F51014AFB843401414076BE42048D050000000
|
|
0000000134F8446B91006D00533636208E644EA140000000
|
|
0000000051EFA6F9000657121301B2300CFBFF5500000000
|
|
00000000326FFFE1000200245210844005FFF83300000000
|
|
000000000525AD80000204AF20007F6000D9415000000000
|
|
000000000054072000040036210009500038540000000000
|
|
000000000001590000080000100002640005000000000000
|
|
000000000000060000650000002000735413600000000000
|
|
000000000000240006300000284530165132000000000000
|
|
000000000000702678000000476213000500000000000000
|
|
00000000000668A107000120007410000500000000000000
|
|
000000000001106008000004100010006100000000000000
|
|
000000000000007003300001500000182000000000000000
|
|
000000000000006101910000510000006000000000000000
|
|
0000000000000025001900000555689A3000000000000000
|
|
000000000000000700080000000000050000000000000000
|
|
00000000000000051002A500001468640000000000000000
|
|
000000000000000060000933004774000000000000000000
|
|
000000000000000005001ADB000005000000000000000000
|
|
0000000000000000012004ED200444000000000000000000
|
|
000000000000000000000086E39F60000000000000000000
|
|
000000000000000000000152FAFFC4000000000000000000
|
|
0000000000000000000000037FFFFC100000000000000000
|
|
000000000000000000000000067664000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_GNU(_alias) ENTITY(rectangle,black,gnu,_alias,DEV GNU)
|
|
!define DEV_GNU(_alias,_label) ENTITY(rectangle,black,gnu,_label,_alias,DEV GNU)
|
|
!define DEV_GNU(_alias,_label,_shape) ENTITY(_shape,black,gnu,_label,_alias,DEV GNU)
|
|
!define DEV_GNU(_alias,_label,_shape,_color) ENTITY(_shape,_color,gnu,_label,_alias,DEV GNU)
|
|
skinparam folderBackgroundColor<<DEV GNU>> White
|
|
@enduml
|