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:22 UTC

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

* [ios] update linear-gradient 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/65bce97a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/65bce97a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/65bce97a

Branch: refs/heads/0.12-dev
Commit: 65bce97a29d972eec4736117017a591d60346360
Parents: bf89216
Author: acton393 <zh...@gmail.com>
Authored: Wed Mar 29 15:01:47 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Mar 29 15:01:47 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/65bce97a/examples/linear-gradient.we
----------------------------------------------------------------------
diff --git a/examples/linear-gradient.we b/examples/linear-gradient.we
index 2bb0982..1c2ab42 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,100,1));">
+        <div class="container1" style="background-image:linear-gradient(to right,rgba(255,100,100,0),rgba(255,100,100,1));">
             <text class="direction">Alpha gradient</text>
         </div>
         <div class="container1" style="background-image:linear-gradient(to right,#43C6AC,#F8FFAE);">