[TIMOB-593] image views with border width + border color of white have grey residue
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | imageview, ios, iphone |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:32:40.000+0000 |
Updated | 2011-04-17T01:53:37.000+0000 |
Description
if you have an ImageView that is on a white background and you have a borderWidth + a borderColor of white, there will be some light grey color around the border edge.
Comments
- Thomas Huelbert 2011-04-15
no grey seen when using this code, closing as resolved
var win = Titanium.UI.currentWindow;
Titanium.UI.setBackgroundColor('#FFF');
var imageView = Titanium.UI.createImageView({borderColor:'#FFF', borderWidth:10, image:'http://www.appcelerator.com/wp-content/uploads/2009/06/titanium_desk.png', width:261, height:178, top:20 });
needs testcase