leozdgao created WEEX-89:
----------------------------
Summary: View with linear gradient could not render border radius
correctly
Key: WEEX-89
URL: https://issues.apache.org/jira/browse/WEEX-89
Project: Weex
Issue Type: Bug
Components: iOS
Reporter: leozdgao
Assignee: Adam Feng
Priority: Blocker
Attachments: correct-without-gradient.PNG, incorrect-with-gradient.PNG
A view with linear gradient could not render its border radius correctly, check
the attachment please, the file 'incorrect-with-gradient' shows the problem,
and the file `correct-without-gradient` is the view without linear gradient and
it render its border-radius correctly.
And my style is right here:
```
backgroundImage: linear-gradient(to right, '#FF00A0', '#FF0041');
border-top-left-radius: 8px;
border-top-right-radius: 8px;
```
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)