Hi, I've just checked out the SVN trunk to play with the new "huge bitmap export" feature, which is really cool! So, I have a rather large page (70x150cm) which I'm exporting at 100dpi. There is an image in my drawing, which is relatively low resolution compared to what I am exporting, so I want to blur it a bit so that it doesn't appear so pixellized in the output. The issue is that the blur control in the Fill & stroke dialog doesn't let me enter very low blur values. Or to be more precise, I can enter a small value like 0.03, the drawing is repainted with the exact level of blurring I want, but then when I do anything else the blur value goes back to 0. This is because the precision of the blur's spin is set to 1 digit (filter-effect-chooser.cpp:28). I changed it to 2 digits, and it now lets me enter a low blur value. Is it a good idea? Should I submit a patch? g