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 $stylus [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000035100000000000
|
|
000000000000000000000000000000001BFF800000000000
|
|
00000000000000000000000000000002C734700000000000
|
|
0000000000000000000000000000001A1000000000000000
|
|
000000000000000000000000000000800000000000000000
|
|
000000000000000000000000000006100000000000000000
|
|
000000000000000000000000000034000000000000000000
|
|
000000000000000000000000000070000000000000000000
|
|
000000000000000000000000000610000000000000000000
|
|
000000000000000000000000000800000000000000000000
|
|
000000000000000000000000007200000000000000000000
|
|
00000000000000004300000000A000000000000000000000
|
|
0000000000000006E0000000064000000000000000000000
|
|
000000000000000E600000000D0000000000000000000000
|
|
000000000000006E000023004B0000000000000000000000
|
|
00000001B69328FB5408FF00960001A8003E300796900000
|
|
00000009D04104F200418F00F2003BE000CB002F40600000
|
|
00000007F20009C000009E05F0000F6005F5000F90000000
|
|
00000000EC000E800000AB09C0006F101BF00008F3000000
|
|
000000006F302F500000D60CB000BD006AD00000EB000000
|
|
000005202F505F304000F10EB150DC061CC02700BC000000
|
|
00000A507C005FB91004B00DF700DF920BF75B01D4000000
|
|
000000453000044000095001100025000151025510000000
|
|
0000000000000000000D0000000000000000000000000000
|
|
000000000000000000380000000000000000000000000000
|
|
000000000000000000900000000000000000000000000000
|
|
000000000000000002700000000000000000000000000000
|
|
000000000000000007000000000000000000000000000000
|
|
000000000000000016000000000000000000000000000000
|
|
000000000000000070000000000000000000000000000000
|
|
000000000000000340000000000000000000000000000000
|
|
000000000000001700000000000000000000000000000000
|
|
000000000000009000000000000000000000000000000000
|
|
0000000000001A1000000000000000000000000000000000
|
|
000000006858C10000000000000000000000000000000000
|
|
000000005FFA100000000000000000000000000000000000
|
|
000000000310000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_STYLUS(_alias) ENTITY(rectangle,black,stylus,_alias,DEV STYLUS)
|
|
!define DEV_STYLUS(_alias,_label) ENTITY(rectangle,black,stylus,_label,_alias,DEV STYLUS)
|
|
!define DEV_STYLUS(_alias,_label,_shape) ENTITY(_shape,black,stylus,_label,_alias,DEV STYLUS)
|
|
!define DEV_STYLUS(_alias,_label,_shape,_color) ENTITY(_shape,_color,stylus,_label,_alias,DEV STYLUS)
|
|
skinparam folderBackgroundColor<<DEV STYLUS>> White
|
|
@enduml
|