[dali_1.1.33] Merge branch 'devel/master'
[platform/core/uifw/dali-demo.git] / resources / scripts / background.json
index 62ffd08..cd1944a 100644 (file)
@@ -31,7 +31,7 @@
       "sizeModeFactor": [ 0.5, 0.333333333333, 1 ],
       "background":{
         "rendererType": "color",
-        "blendColor": [ 0.8, 0, 0.2, 1 ]
+        "mixColor": [ 0.8, 0, 0.2, 1 ]
        }
     },
 
@@ -45,8 +45,8 @@
       "heightResizePolicy":"SIZE_RELATIVE_TO_PARENT",
       "sizeModeFactor": [ 0.5, 0.333333333333, 1 ],
       "background": {
-        "rendererType": "svg",
-        "imageUrl": "{DEMO_IMAGE_DIR}Kid1.svg"
+        "rendererType": "image",
+        "url": "{DEMO_IMAGE_DIR}Kid1.svg"
       }
     },
 
@@ -77,7 +77,7 @@
       "sizeModeFactor": [ 0.5, 0.333333333333, 1 ],
       "background": {
         "rendererType": "image",
-        "imageUrl": "{DEMO_IMAGE_DIR}gallery-large-9.jpg"
+        "url": "{DEMO_IMAGE_DIR}gallery-large-9.jpg"
       }
     },
 
@@ -92,7 +92,7 @@
       "sizeModeFactor": [ 0.5, 0.333333333333, 1 ],
       "background":{
         "rendererType": "color",
-        "blendColor": [ 1, 1, 0, 1 ]
+        "mixColor": [ 1, 1, 0, 1 ]
       }
     },