Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create an mx:Image instance: <mx:Image id="myImage" source="xyz" smoothBitmapContent="true" scaleX="1.5" scaleY="1.5">
2. Once the image is loaded, change the source property to point to a different image: myImage.source = "zyx";
Actual Results:
The second image loaded into the control is not smoothed.
Expected Results:
Any image loaded into a control with "smoothBitmapContent" set to "true" should have bitmap smoothing applied.
Workaround (if any):
None.