mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 01:46:08 +00:00
98_SVG.pm: allow Umlaut in plotAsPng (Forum #129693)
git-svn-id: https://svn.fhem.de/fhem/trunk@26538 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6e865eaade
commit
f779d0b431
@ -2526,6 +2526,7 @@ plotAsPng(@)
|
|||||||
|
|
||||||
# Forum #32791,#116138: some lib versions cannot parse complex CSS selectors
|
# Forum #32791,#116138: some lib versions cannot parse complex CSS selectors
|
||||||
$svgdata =~ s/\.SVGplot\./\./g if(AttrVal($svgName, "plotAsPngFix", 0));
|
$svgdata =~ s/\.SVGplot\./\./g if(AttrVal($svgName, "plotAsPngFix", 0));
|
||||||
|
$svgdata = Encode::decode('UTF-8', $buf)
|
||||||
|
|
||||||
eval {
|
eval {
|
||||||
require Image::LibRSVG;
|
require Image::LibRSVG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user