Hi, I noticed that setting the bordercolor attribute in the boxmodel makes the border transparent. If I don't set it, it is black as expected.
Try the following for example:<canvas proxied="false" allowfullscreen="true" framerate="20" bgcolor="green"> <view with="boxmodel" height="50" width="50" bordertopwidth="3" bgcolor="red" bordercolor="pink"/>
</canvas> The top border is transparent although it should be pink. - rami
