I want to draw a smooth circle with openfl. I have used the graphics interface to draw directly, but the effect is not satisfactory. I tried to put the drawn bitmapdata into the bitmap again, but the effect was not ideal. How can I make the edges smoother and r
If you used bitmapData.draw
, did you have the smoothing
parameter enabled?
If you are displaying the BitmapData
using Bitmap
, is the smoothing
parameter enabled on the bitmap?
Keep in mind that bitmap.smoothing
resets to false
if you change bitmap.bitmapData