Let lay I have a ring shape (a cricle where I substracted a smaller circle from it.
Is it possible to apply a blur effect to the ring that would only blur the interior part of the ring rather than the interior and exterior of the ring.
Is it possible to blur only the interior of a ring
-
- Posts: 215
- Joined: Thu Aug 21, 2008 4:08 am
- Location: Belgium
Re: Is it possible to blur only the interior of a ring
With the following filters you don't need to substract one circle to another ; only grouping them together is needed.
Do like in the joined file "Blur inside" :
- Create a filled circle ;
- draw a smaller circle on top of it and blur only this one ;
- group them ;
- apply the filter Transparency utilities/Light eraser to this group
Or do like in the second file "Blur inside-b" :
If you need to do that to a white or very light circle, fill the wide circle with black and the small one with white and after processing like above, do Ctrl+G again, apply the filter Transparency utilities/Alpha repaint monochrome to this group, open the Filters Editor, click on the name of this last filter and change this filters Flood color to white or any other color you need.
ivan
Do like in the joined file "Blur inside" :
- Create a filled circle ;
- draw a smaller circle on top of it and blur only this one ;
- group them ;
- apply the filter Transparency utilities/Light eraser to this group
Or do like in the second file "Blur inside-b" :
If you need to do that to a white or very light circle, fill the wide circle with black and the small one with white and after processing like above, do Ctrl+G again, apply the filter Transparency utilities/Alpha repaint monochrome to this group, open the Filters Editor, click on the name of this last filter and change this filters Flood color to white or any other color you need.
ivan
- Attachments
-
- blur inside-b.svg
- (5.92 KiB) Downloaded 182 times
-
- blur inside.svg
- (5.19 KiB) Downloaded 182 times
Re: Is it possible to blur only the interior of a ring
thanks, I'll give it a try.