mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
9eeafba508
git-svn-id: https://svn.fhem.de/fhem/trunk@649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
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>
|