You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "codefurture (JIRA)" <ji...@apache.org> on 2018/03/27 02:42:00 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=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)