You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "Adam Feng (JIRA)" <ji...@apache.org> on 2017/10/26 04:00:24 UTC

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

    [ 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)