You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by bo...@apache.org on 2017/03/29 07:28:21 UTC

[3/4] incubator-weex git commit: * [ios] update gradient alpha case

* [ios] update gradient alpha case


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/bf892169
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/bf892169
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/bf892169

Branch: refs/heads/0.12-dev
Commit: bf8921695ab9f8da5b478a63e76993332ab2fb33
Parents: beb83bb
Author: acton393 <zh...@gmail.com>
Authored: Wed Mar 29 14:46:06 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Mar 29 14:46:06 2017 +0800

----------------------------------------------------------------------
 examples/linear-gradient.we | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/bf892169/examples/linear-gradient.we
----------------------------------------------------------------------
diff --git a/examples/linear-gradient.we b/examples/linear-gradient.we
index fe1637b..2bb0982 100644
--- a/examples/linear-gradient.we
+++ b/examples/linear-gradient.we
@@ -1,6 +1,6 @@
 <template>
     <scroller style="background-color: #3a3a3a">
-        <div class="container1" style="background-image:linear-gradient(to right,rgba(255,100,100,0),rgb(255,100,50,1));">
+        <div class="container1" style="background-image:linear-gradient(to right,rgba(255,100,100,0),rgb(255,100,100,1));">
             <text class="direction">Alpha gradient</text>
         </div>
         <div class="container1" style="background-image:linear-gradient(to right,#43C6AC,#F8FFAE);">