example images: added rotlines.svg (#796)
authorMichal Maciola <71131832+mmaciola@users.noreply.github.com>
Fri, 10 Sep 2021 11:31:20 +0000 (13:31 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 14 Sep 2021 01:14:27 +0000 (10:14 +0900)
src/examples/images/rotlines.svg [new file with mode: 0644]

diff --git a/src/examples/images/rotlines.svg b/src/examples/images/rotlines.svg
new file mode 100644 (file)
index 0000000..c834906
--- /dev/null
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
+  <g transform="rotate(-45 50 50)">
+    <rect x="35%" width="10%" height="100%" fill="black"/>
+    <rect x="45%" width="10%" height="100%" fill="red"/>
+    <rect x="55%" width="10%" height="100%" fill="white"/>
+  </g>
+</svg>