summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2018-06-26 17:32:10 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2018-06-29 16:52:44 +0900
commit6963ffd556c919ce34d62d044096392186359858 (patch)
treebb1c06efbdef0d9253255b9b84f7cbcb21b89056
parent96d826f422549c1a2803a3e6da18ad75972e83ba (diff)
downloadelm-demo-tizen-mobile-sandbox/upgrade/efl120.tar.gz
elm-demo-tizen-mobile-sandbox/upgrade/efl120.tar.bz2
elm-demo-tizen-mobile-sandbox/upgrade/efl120.zip
these svg data format didn't have the standard. Specify 0 ~ 100 in % unit i.e. 50% Otherwise, 0 ~ 1 in normalized value. i.e. 0.5 Change-Id: Iae69bab5850e0b0d83f21f4f399760dfebcc1d71
-rw-r--r--res/images/lineargrad1.svg6
-rw-r--r--res/images/radialgrad1.svg8
2 files changed, 7 insertions, 7 deletions
diff --git a/res/images/lineargrad1.svg b/res/images/lineargrad1.svg
index c7cb0c5..343d161 100644
--- a/res/images/lineargrad1.svg
+++ b/res/images/lineargrad1.svg
@@ -5,8 +5,8 @@
id="linearGradient1"
x1="0"
y1="0"
- x2="20"
- y2="20"
+ x2="0.2"
+ y2="0.2"
spreadMethod="reflect">
<stop
style="stop-color:#ff0000;stop-opacity:1;"
@@ -17,4 +17,4 @@
</linearGradient>
</defs>
<rect x="0" y="0" width="100" height="100" fill="url(#linearGradient1)"/>
-</svg> \ No newline at end of file
+</svg>
diff --git a/res/images/radialgrad1.svg b/res/images/radialgrad1.svg
index cae0575..5cb6da8 100644
--- a/res/images/radialgrad1.svg
+++ b/res/images/radialgrad1.svg
@@ -3,9 +3,9 @@
id="defs4">
<radialGradient
id="radialGradient1"
- r="20"
- cx="30"
- cy="30"
+ r="0.2"
+ cx="0.3"
+ cy="0.3"
spreadMethod="reflect">
<stop
style="stop-color:#ff0000;stop-opacity:1;"
@@ -16,4 +16,4 @@
</radialGradient>
</defs>
<rect x="0" y="0" width="100" height="100" fill="url(#radialGradient1)"/>
-</svg> \ No newline at end of file
+</svg>