Search found 2 matches
- Sun Mar 10, 2013 12:42 pm
- Forum: Support and Development
- Topic: Avoid jagged edges of stencil?
- Replies: 5
- Views: 4804
Re: Avoid jagged edges of stencil?
If you just want to fill it from bottom to top, you can change the roles of the rectangle and the circle. Use the rectangle as stencil and draw the circle through this stencil. Hah! Clever. Didn't think about that. And then, since the stencil is rectangular, you can use scissors instead. They are p...
- Sat Mar 09, 2013 2:35 pm
- Forum: Support and Development
- Topic: Avoid jagged edges of stencil?
- Replies: 5
- Views: 4804
Avoid jagged edges of stencil?
Hi, I want to animate the filling of a circle outline. So I created a stencil based on a circle "line" with setLine(3, "smooth"), and then moved a rectangle("fill"..) upwards to fill the circle. However, the resulting circle line is jagged/pixellated, and not as smooth ...