If i change the line :
$sSvg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="'.$iHeightSvg.'px" width="'.$iWidthSvg.'px">'.
to :
$sSvg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="height:'.$iHeightSvg.'px; width:'.$iWidthSvg.'px">'.
I have :
I'm getting the same today running currently running DokuWiki 2022-07-31a "Igor". Date in switch plugin is 2018-11-06
Confirmed that the above fix worked for me
helo, I have some trouble with the last version of dokuwiki. with code :
I have
If i change the line :
$sSvg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="'.$iHeightSvg.'px" width="'.$iWidthSvg.'px">'.
to :$sSvg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="height:'.$iHeightSvg.'px; width:'.$iWidthSvg.'px">'.
I have :