Files
plantuml-icon-font-sprites/weather/degrees.puml
2018-06-17 11:20:55 +02:00

59 lines
2.8 KiB
Plaintext

@startuml
sprite $degrees [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000001000000000000000000000000
0000000000000000000004EFFB1000000000000000000000
000000000000000000002FFACFC000000000000000000000
000000000000000000009F4009F400000000000000000000
00000000000000000000CF0005F600000000000000000000
000000000000000000009F500AF300000000000000000000
000000000000000000002FFBDFB000000000000000000000
0000000000000000000003CFFA1000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
}
!define WEATHER_DEGREES(_alias) ENTITY(rectangle,black,degrees,_alias,WEATHER DEGREES)
!define WEATHER_DEGREES(_alias, _label) ENTITY(rectangle,black,degrees,_label, _alias,WEATHER DEGREES)
!define WEATHER_DEGREES(_alias, _label, _shape) ENTITY(_shape,black,degrees,_label, _alias,WEATHER DEGREES)
!define WEATHER_DEGREES(_alias, _label, _shape, _color) ENTITY(_shape,_color,degrees,_label, _alias,WEATHER DEGREES)
skinparam folderBackgroundColor<<WEATHER DEGREES>> White
@enduml