On 2011-09-29 13:56:47.541 kawatana commented:
I've started seeing this issue after the fix of SDK-31613. reproduced in 22792 with air 3.1.0.458
On 2011-09-29 18:11:26.729 lmcliste commented:
Open to JSJ C release
On 2011-09-30 16:01:28.215 jasonsj commented:
The line only appears for 160 scaled to 240. Non-scaled cases work fine. Investigating.
On 2011-10-03 15:29:05.993 corywest commented:
Bear, can you take a crack at this one? It's a little unusual.
On 2011-10-03 16:33:52.881 btravis commented:
Problem appears to be pixel alignment coupled with scaling. Simplified test case
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">
<s:Group x="22.5" y="43.5" id="group">
<s:RectangularDropShadow blurX="16" blurY="16" distance="3" tlRadius="8" trRadius="8" blRadius="8" brRadius="8" x="50.5" y="26.5" width="86" height="80"/>
</s:Group>
</s:Application>
Rectangular drop shadow is using a bitmap fill. The fill is just a tad off being pixel aligned, and so you see a little bit of the repeating fill pattern on both sides. See attached image for repeating example.
On 2011-10-04 15:17:20.782 btravis commented:
Localfix, requires some mustella bitmap updates from Kazue.
On 2011-10-10 10:42:29.734 btravis commented:
CL 22924, 22926
On 2011-10-11 08:42:45.896 kawatana commented:
confirmed fixed in 22951 w 3.1.0 466 on nexusOne.
Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31704
Original Reporter: kawatana
Original Resolution: Deferred
Discoverability: Medium
Number of votes: 0
Regression: Yes
Reproducibility: Every Time
Resolved by: btravis
Severity: Incorrectly Functioning
reporter: kawatana