GitHub user YorkShen reopened a pull request:

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

    * [Android] Fix 1px border radius

    Due to hardware-acceleration & 750px viewport & sub-pixel, border-radius of 
[some page](http://dotwe.org/weex/421b9ad09fde51c0b49bb56b37fcf955) will not be 
rendered. 
    
    This commit try to fix the problem, using `Canvas.drawArc` instead of 
`Path.addArc` to skip hardware-acceleration behavior.

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

    $ git pull https://github.com/YorkShen/incubator-weex 
android-bugfix-border-radius

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

    https://github.com/apache/incubator-weex/pull/9.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 #9
    
----
commit 1c315e85bcb361930eabe46897138cc4f5ba549d
Author: zhengshihan <[email protected]>
Date:   2017-03-01T02:24:30Z

    * [android]set config native crash fix (#2746)

commit 33a6c1e8d8508506f947ab678184b6137bce6a39
Author: xkli <[email protected]>
Date:   2017-03-01T06:08:24Z

    * [android] update modify return value from String to float (#2724)
    
    * * [android] update modify return value from String to float
    
    * * [android] update modify value f

commit 43aae1f645019cab13fa35cc815d4ec6d4d19fd4
Author: YorkShen <[email protected]>
Date:   2017-03-01T10:20:23Z

    * [android] Fix 1px border-radius will not be render in XiaoMi 2s. 
http://dotwe.org/weex/421b9ad09fde51c0b49bb56b37fcf955

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to