[jira] [Commented] (WEEX-89) View with linear gradient could not render its border radius correctly

2018-03-26 Thread codefurture (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414923#comment-16414923
 ] 

codefurture commented on WEEX-89:
-

i test it on android, which works right

> View with linear gradient could not render its 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
(v7.6.3#76005)


[jira] [Commented] (WEEX-89) View with linear gradient could not render its border radius correctly

2017-10-25 Thread leozdgao (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219988#comment-16219988
 ] 

leozdgao commented on WEEX-89:
--

Here is the playground link: 
http://dotwe.org/vue/6bf41d6fa78f0427a24bc1a32ce0b73f

> View with linear gradient could not render its 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)


[jira] [Commented] (WEEX-89) View with linear gradient could not render its border radius correctly

2017-10-25 Thread Adam Feng (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219921#comment-16219921
 ] 

Adam Feng commented on WEEX-89:
---

Could you please provide simpler demo using http://dotwe.org/vue/ ?

> View with linear gradient could not render its 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)