<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">&gt; Hi!<br>
&gt; I&#39;ve been playing a bit with Blurs on some 2D raster and vector<br>
&gt; applications and I would like to share some results with you.<br>
&gt; After the tests I wonder if it is interesting to Gimp and Inkscape<br>
&gt; people to improve the blurs methods to get closer to Synfig&#39;s methods.<br>
Short answer: no. Inkscape is bound by what SVG specifies, and we<br>
currently follow the specification, so changing our blur significantly<br>
would be a regression. I&#39;m not entirely sure what synfig does (I&#39;ve had<br>
a look at the code and I&#39;m not entirely sure why it&#39;s so visibly<br>
different), but I&#39;m afraid that we cannot adopt it (entirely), even if<br>
we would agree that it&#39;s better in a subjective sense.<br>
<br>
One of the differences might be the color space used for the filter (and<br>
blending), and this you can change in SVG using the color-interpolation<br>
attributes. These are unfortunately not supported in Inkscape, but I<br>
think most browsers do support it (not 100% sure).<br></blockquote>
<br>I don&#39;t want to cause a regression on any application. I&#39;m just sharing with you those facts I&#39;ve seen during blur comparison. In any case regressions can be always handled given the user to add one option to render as old version or as new version.<br>
<br>I&#39;m not expert on the blur materia but intuitively I think that when you see something blurred you shouldn&#39;t get color deviation of it and only alpha channel should reflect that blur effect.<br><br>The thing is that when you get the blurred result of a single color shape on a transparent background (like the example) and use it as source for other operations like color saturate multiplication or similar,  (which is very used for drawing compositions), the fact that it has color deviation may cause further degradation of the result.<br>
<br>Similar happens to the antialiasing effect. See this antialiasing comparison <a href="https://docs.google.com/document/d/17pNfb7TKw_wzAt6fGcDzQ5L5-Ms8iQka1VrLwMnKkNw/edit">[1]</a>. It shows how Inkscape and Anime Studio create color biased pixels when exporting a single color shape to png. This will cause antialiasing problems when further processed.<br>
<br>On the example, Gimp and Synfig does exaclty the same job but Inkscape and Anime Studio produce color biased pixels. I&#39;m not aware on what other applications do and might be interesting to know it.<br><br>IMHO it should be corrected.<br clear="all">
<br>-- <br>Carlos<br><a href="http://synfig.org" target="_blank">http://synfig.org</a><br><br>[1] <a href="https://docs.google.com/document/d/17pNfb7TKw_wzAt6fGcDzQ5L5-Ms8iQka1VrLwMnKkNw/edit">https://docs.google.com/document/d/17pNfb7TKw_wzAt6fGcDzQ5L5-Ms8iQka1VrLwMnKkNw/edit</a><br>