SVGHMI build is broken when windows language use coma as a decimal point.
Didn't find the way to just change just decimal point locale setting with wxPython 3.x.
No way either to use XSLT format-number, since it produces only fixed decimal point numbers.
#!/bin/bash
INKSCAPE=inkscape
for i in `cat icons.svg |grep -o -e '%%[^%]*%%'|sed 's/%//g'`