Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Perform scaling on a UIComponent (using zoom effect)
2. Take a snapshot of the scaled component using ImageSnapshot.captureBitmapData
3. Display the captured data in an Image
Actual Results:
Only a portion of the original non-scaled image is captured and displayed (the portion being equal in dimensions
to the dimensions of the scaled image but at the original scaling factor).
Expected Results:
A capture of the full UIComponent properly scaled, or a full capture but at the original scaling.
Workaround (if any):
N/A