![](https://secure.gravatar.com/avatar/5a738c77b506c11de1a5f02f8761c595.jpg?s=120&d=mm&r=g)
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%">
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.
regards Hadmut