GitHub user YorkShen opened a pull request:

    https://github.com/apache/incubator-weex/pull/359

    * [android] Fix mixing background-color and border-color(rgba)

    When combining border-color(rgba) and background-image together, the alpha 
in border-color also has an unexpected influence on background-image due to 
border and background-image share the same paint.
    
    Refer http://dotwe.org/vue/d97477731dd85fedb3970fb106953fb9 to see a demo.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/YorkShen/incubator-weex 
android-bugfix-background-image

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/359.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #359
    
----
commit f5e80a464f7db962dee7b03d0ff2f45590e9d300
Author: YorkShen <shenyua...@gmail.com>
Date:   2017-05-18T03:35:48Z

    * [android] Fix mixing background-color and border-color(rgba)
    When combining border-color(rgba) and background-image together, the alpha 
in border-color also has an unexpected influence on background-image due to 
border and background-image share the same paint.
    Refer http://dotwe.org/vue/d97477731dd85fedb3970fb106953fb9 to see a demo

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to