Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
This is a simple SVG file with one rectangle.
Steps to reproduce:
1. Put the SVG & MXML files at the same folder.
2. Compile the attached sample file - BasicRect.mxml.
Actual Results:
The SVG is shifted down. This issue is like "SDK-12679", but different case.
Expected Results:
The SVG would be drawn at its right location.
Analysis of the case
When I changed the width & height from percent to points I did not saw the problem.
(width="100%" height="100%" to width="480" height="360")
This can't be a Workaround.
Note:
I mentioned about this case as remark in issue "SDK-13764"