I created a set of icons which I want to download as SVG and PNG files. I want to set a (blue) background: #0b6ba8. Unfortunately, when the files are downloaded the leading zero gets stripped out, so the background is completely out (in Inkscape it shows as "undefined" and in the demo.html file it is cancelled because invalid).
If I change the background to #1b6ba8, it works fine... but it's not the blue I want!
It would be very nice if this could be corrected - it looks a priori like a fairly straightforward problem