GhostCluster: Modify meta viewport; version up 05/21605/1
authorDongxing Liu <dongxing.x.liu@intel.com>
Fri, 23 May 2014 09:55:04 +0000 (17:55 +0800)
committerDongxing Liu <dongxing.x.liu@intel.com>
Fri, 23 May 2014 10:01:11 +0000 (18:01 +0800)
GhostCluster: Modify meta viewport and convert svg image
to png format to make UI show normally on Emulator.

Change-Id: Ic35c444897f0e0539f311fb12cfa1579898e32ec
Signed-off-by: Dongxing Liu <dongxing.x.liu@intel.com>
package/changelog
package/pkginfo.manifest
samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png [new file with mode: 0644]
samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png [new file with mode: 0644]
samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html

index deade54..610b32d 100644 (file)
@@ -1,3 +1,7 @@
+* 3.0.10
+- GhostCluster: Modify meta viewport
+== Dongxing Liu <dongxing.x.liu@intel.com> 2014-05-23
+
 * 3.0.9
 - settingApp: enable dummy websocket
 == ziv.chang <ziv.chang@intel.com> 2014-04-10
index bf13240..fceca81 100644 (file)
@@ -1,4 +1,4 @@
-Version:3.0.9
+Version:3.0.10
 Maintainer: Ziv Chang<ziv.chang@intel.com>
 
 Package:ivi-3.0-web-sample
diff --git a/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png
new file mode 100644 (file)
index 0000000..b2775f7
Binary files /dev/null and b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png differ
diff --git a/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png
new file mode 100644 (file)
index 0000000..6b4fa79
Binary files /dev/null and b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png differ
index d58bbc0..bc0c112 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
-      <meta name="viewport" content="user-scalable=no, width=768">
+      <meta name="viewport" content="user-scalable=no, width=1024">
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <link rel="stylesheet" type="text/css" href="style.css" />
                <script type="text/javascript" src="api.js" ></script>
 
                                <div id="gaugeRow">
                                        <div class="gauge">
-                                               <img src="assets/dial-load-bg.svg"  >
+                                               <img src="assets/dial-load-bg.png"  >
                                                        <div id="loadNeedle" class="needle" ></div>
                                                </img>
                                        </div>
                                        <div class="gauge">
-                                               <img src="assets/dial-throttle-bg.svg"  >
+                                               <img src="assets/dial-throttle-bg.png"  >
                                                        <div id="throttleNeedle" class="needle" ></div>
                                                </img>
                                        </div>