edje example: fix broken batman svg resource.
authorHermet Park <hermet@hermet.pe.kr>
Mon, 19 Sep 2016 14:39:19 +0000 (23:39 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Mon, 19 Sep 2016 14:40:14 +0000 (23:40 +0900)
correct missing '/' at the end of svg tag.

src/examples/edje/batman2.svg

index 852764b..333bb08 100644 (file)
@@ -1,3 +1,3 @@
 <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" viewBox="50 -100 500 500">
-<path fill="none" stroke="black" stroke-width="10"   d="M 213,222 C 219,150 165,139 130,183 125,123 171,73.8 247,51.6 205,78   236,108  280,102  281,90.3 282,79   286,68.2 287,72   288,75.8 289,79.7 293,79.7 296,79.7 300,79.7 304,79.7 307,79.7 311,79.7 312,75.8 313,72   314,68.2 318,79   319,90.3 320,102  364,108  395,78   353,51.6 429,73.8 475,123 470,183 435,139 381,150 387,222 364,176 315,172 300,248 285,172 236,176 213,222 Z">
+<path fill="none" stroke="black" stroke-width="10" d="M 213,222 C 219,150 165,139 130,183 125,123 171,73.8 247,51.6 205,78 236,108 280,102 281,90.3 282,79 286,68.2 287,72 288,75.8 289,79.7 293,79.7 296,79.7 300,79.7 304,79.7 307,79.7 311,79.7 312,75.8 313,72 314,68.2 318,79 319,90.3 320,102 364,108 395,78 353,51.6 429,73.8 475,123 470,183 435,139 381,150 387,222 364,176 315,172 300,248 285,172 236,176 213,222 Z"/>
 </svg>