Just working on another image. Usually I give a clipping path some bright color fill that can't be confused with the rest of the drawing/image. It makes it easier to find, if I have to unclip later, for some reason. In this case, I decided things were clear enough to me, that I didn't need the color cue, so I left the clipping path unfilled. But for some reason, the clip doesn't work right if I don't have a fill in the clipping path. Here's a quick image:

The SVG is attached below for investigation. The red path is the clipping path, and please be assured that I don't normally make the path so wide. I just did it here to make it easy to see. The top pair shows the before and after, and you can see how the blur does not get clipped away in the "hole". The bottom pair shows that if the clipping path is given a fill (yellow), everything gets clipped as expected.
It seems that the object having the hole in the middle is the issue. Because I've tested clipping on a "solid" object, with and without a fill in the clipping path. And it works as expected, both ways. But in this case, for some reason, the hole doesn't get clipped unless the clipping path has a fill.
I searched Launchpad, and found this bug #564080, which might be related. I think the problem with my issue, might be somehow related to the Fill Rule, but don't really know.... Maybe it's more related to the clipping path being a compound path, because it seems that the inner subpath (which defines the "hole") didn't get clipped. And I don't really understand this bug #564080 very well -- just that it apparently has to do with the Fill Rule.
Assuming what I've found is a bug, should I add it to this report? Or should it have its own new report?
Or is it not a bug at all, but rather something that I did wrong or overlooked in the process?
Thanks for your help
