SVGHMI: updated browser commandline flags to enable all possible GPU accelereation.
Added LPCBrowserStartDebug option to easily enable remote HMI debugging.
#!/bin/sh
INKSCAPE=inkscape
for fname in `ls *.svg`; do
for i in `cat $fname |grep -o -e '%%[^%]*%%'|sed 's/%//g'`