Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Other (specify version)
Language Found: English
Description
Steps to reproduce:
1. Import the attached FXP and run in Flash Player at stage quality medium
Actual Results:
See screenshot. The 3rd and 4th Rects have an explicit width set of 130. The 3rd Rect uses a transparent Rect with matching dimensions on the stroked Rect while the 4th Rect uses viewWidth and viewHeight on the Graphic. At StageQuality.BEST, the Rects are indistinguishable. At MEDIUM, it appears there's some anti alias artifacts on the right edge.
Expected Results:
4th Rect should look like 3rd Rect.
Workaround (if any):
Use transparent Rect as equivalent of viewWidth and viewHeight.
(Pete) ... or add pixelHinting="true" to the <Rect>