antialias property

bool antialias
getter/setter pair

Initialize the render engine to support anti-aliasing for the Stage.

Please note that the Canvas2D render engine will not be affected by this setting because the underlying API does not provide this feature. The WebGL render engine supports anti-aliasing but there is performance penalty fo setting this flag to 'true'.

Implementation

bool antialias = false;