test: replaced svg resources.
authorHermet Park <chuneon.park@samsung.com>
Mon, 20 Jul 2020 02:44:32 +0000 (11:44 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 20 Jul 2020 02:44:53 +0000 (11:44 +0900)
Change-Id: I30ab48ecc0bbae158baecce1f6173fc36ecfbbb6

test/svgs/rect.svg [deleted file]
test/svgs/shape.svg [deleted file]
test/svgs/wikimedia.svg [new file with mode: 0644]
test/svgs/yinyang.svg [new file with mode: 0644]

diff --git a/test/svgs/rect.svg b/test/svgs/rect.svg
deleted file mode 100644 (file)
index 2e82905..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<svg viewBox="0 0 220 100" xmlns="http://www.w3.org/2000/svg">
-  <!-- Simple rectangle -->
-  <rect width="100" height="100" />
-
-  <!-- Rounded corner rectangle -->
-  <rect x="120" width="100" height="100" rx="15" ry="30"/>
-</svg>
diff --git a/test/svgs/shape.svg b/test/svgs/shape.svg
deleted file mode 100644 (file)
index a0b3677..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<svg width="200" height="250" version="1.1" xmlns="http://www.w3.org/2000/svg">
-
-  <rect x="10" y="10" width="30" height="30" stroke="black" fill="transparent" stroke-width="5"/>
-  <rect x="60" y="10" rx="10" ry="10" width="30" height="30" stroke="black" fill="transparent" stroke-width="5"/>
-
-  <circle cx="25" cy="75" r="20" stroke="red" fill="transparent" stroke-width="5"/>
-  <ellipse cx="75" cy="75" rx="20" ry="5" stroke="red" fill="transparent" stroke-width="5"/>
-
-  <line x1="10" x2="50" y1="110" y2="150" stroke="orange" stroke-width="5"/>
-  <polyline points="60 110 65 120 70 115 75 130 80 125 85 140 90 135 95 150 100 145"
-      stroke="orange" fill="transparent" stroke-width="5"/>
-
-  <polygon points="50 160 55 180 70 180 60 190 65 205 50 195 35 205 40 190 30 180 45 180"
-      stroke="green" fill="transparent" stroke-width="5"/>
-
-  <path d="M20,230 Q40,205 50,230 T90,230" fill="none" stroke="blue" stroke-width="5"/>
-</svg>
diff --git a/test/svgs/wikimedia.svg b/test/svgs/wikimedia.svg
new file mode 100644 (file)
index 0000000..ad2c211
--- /dev/null
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
+  <path d="M19,16a46,46 0,1,0 62,0l-8,8a34,34 0,1,1-46,0z" fill="#069"/>
+  <path d="M46,43v35a28,28 0,0,1-14-49zM54,43v35a28,28 0,0,0 14-49z" fill="#396"/>
+  <circle r="15" cx="50" cy="18" fill="#900"/>
+</svg>
\ No newline at end of file
diff --git a/test/svgs/yinyang.svg b/test/svgs/yinyang.svg
new file mode 100644 (file)
index 0000000..3c64a6c
--- /dev/null
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
+  <circle cx="50" cy="50" r="48" fill="none" stroke="#000"/>
+  <path d="M50,2a48,48 0 1 1 0,96a24 24 0 1 1 0-48a24 24 0 1 0 0-48"/>
+  <circle cx="50" cy="26" r="6"/>
+  <circle cx="50" cy="74" r="6" fill="#FFF"/>
+</svg>