mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
8 lines
280 B
XML
8 lines
280 B
XML
|
<!-- will be included in each svg plot -->
|
||
|
<defs>
|
||
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
|
||
|
<stop offset="0%" style="stop-color:#FFFFF7; stop-opacity:1"/>
|
||
|
<stop offset="100%" style="stop-color:#FFFFC7; stop-opacity:1"/>
|
||
|
</linearGradient>
|
||
|
</defs>
|