Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 8.x
Language Found: Japanese
Description
Steps to reproduce:
1.The quality of NativeWindow.stage is set to the best.
2.Create BitmapData Object & draw with TextField ("XYZ" font-size 48, bold).
3.Resize the BitmapData to 1/3.
4.Create Bitmap object from resized BitmapData object.
5.Display the Bitmap object.
Actual Results:
The resized BitmapData is not antialiasing.
When in mx:Application(that is FLEX), it is antialiasing!
And AIR results is eqaul to "HIGH" quality in FLEX.
Expected Results:
The resized BitmapData is antialiasing in AIR.
Workaround (if any):