![](https://secure.gravatar.com/avatar/82c0f6eed0ee59676eb45aadd66dac57.jpg?s=120&d=mm&r=g)
Hadmut Danisch wrote:
On Sat, Jul 03, 2010 at 12:36:58PM +0200, Jasper van de Gronde wrote:
It could definitely be an Inkscape problem, if you can file a bug report for this that would be great: http://bugs.launchpad.net/inkscape/+filebug (The more specific the better.)
I meanwhile found what cause the (main) problem. In the original svg I had to replace
<filter id="LichtUndSchatten" filterUnits="userSpaceOnUse" x="0" y="150" width="1000" height="700">
with
<filter id="LichtUndSchatten" filterUnits="objectBoundingBox" x="-50%" y="-50%" width="200%" height="200%">
Ah! This makes some sense, Inkscape did (and probably does) have some problems with userSpaceOnUse.
inkscape then renders the image. However, the Ellipse still looks much worse compared with what rsvg generates.
I am still struggling with the fact, that inkscape recently changed the way it applies specular filters, I had to change all my svg files and modify some parameters. Comparing the output of inkscape and rsvg of this particular svg file shows that something goes wrong over here.
If you can make a specific test case out of it that would be increadibly valuable. If you do, be sure to file a bug report (link still quoted above) and attach the test case. (And if you want you can mail me that you created it so I can have a look.)