SVG elements should be transformed by CSS-values and values in transform="" before filters are applied. It's the other way around atm. The attached example demonstrates the problem. The both cirlces shouldn't look so grainy. It's because we transform the filter result instead of the circle.
Created attachment 46000 [details] Filter with transformation of object Filter with transformation of object
Fixed with http://trac.webkit.org/changeset/69181