how to get smooth border from excluded path

For general discussion related FlowStone
Post Reply
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

how to get smooth border from excluded path

Post by Nubeat7 »

hi all,
i'm working on some graphic stuff atm
it is a negative pie around a circle, to do this i excluded a pie from an rectangle but the border looks really crap, so what to do to get a smooth border around the circle?

in the example you can see the difference between the circle which has a smooth cleen border and the excluded pie

it looks like that the excluded border doesn't get antialiased which should be happen per default smoothing mode

any help is welcome :)
Attachments
pie.fsm
(772 Bytes) Downloaded 892 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: how to get smooth border from excluded path

Post by tulamide »

Clipping is always aliased, as it is a pixel map. Instead, work more with graphic paths, it is no problem to add curved lines. That way you build the concave outer pie, can fill it with color and have smooth borders.
"There lies the dog buried" (German saying translated literally)
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: how to get smooth border from excluded path

Post by Nubeat7 »

thanks tulamide for the clarification, just wanted to do it the lazy way :D
Post Reply