diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 8ffbdefed..21c7adf95 100644 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -2711,16 +2711,18 @@ FW_makeImage(@) $data =~ s/[\r\n]/ /g; $data =~ s/ *$//g; $data =~ s/ Note: if the image is referencing an SVG icon, then you can use the - @colorname suffix to color the image. E.g.:
+ @fill:stroke suffix to color the image, where fill replaces the fill + color in the SVG (if it is specified as #000000) and the optional + stroke the stroke color (if it is specified as #000000). E.g.:
- Anmerkung: Wenn das Icon ein SVG Bild ist, kann das @colorname Suffix - verwendet werden um das Icon einzufärben. Z.B.:
+ Anmerkung: Wenn das Icon ein SVG Bild ist, kann das @fill:stroke + Suffix verwendet werden um das Icon einzufärben, dabei wird in + der SVG die Füllfarbe durch das spezifizierte fill ersetzt, und + die Stiftfarbe durch das optionale stroke. + Z.B.: