The settings are currently:
Blur radius: 1px
Horizontal offset: 1px
Vertical offset: -1.1px
My problem is that when I want to rotate an object, the drop shadow rotates as well. Obviously this make no sense to the viewer - suddenly the light is coming from different directions. Even if I remove the filter, rotate the object and reapply it, the result is the same - the drop shadow seems to take its coordinates from the original coordinates of the shape.
Here's an example of the current outcome above, and the desired effect below:

What I want to achieve is that however I move or rotate an object, the shadow is always up and to the right of that object.
Is there a way that can I set up Inkscape (or just this project) in a way that the drop shadow effect uses global coordinates?