summaryrefslogtreecommitdiffstats
path: root/transparent.svg
diff options
context:
space:
mode:
Diffstat (limited to 'transparent.svg')
-rwxr-xr-xtransparent.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/transparent.svg b/transparent.svg
new file mode 100755
index 0000000..10508c3
--- /dev/null
+++ b/transparent.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+
+<svg width="100%" height="100%"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ viewBox="0 0 100 100" preserveAspectRatio="none">
+
+ <g>
+ <rect fill="none" x="0" y="0" width="100%" height="100%"/>
+ </g>
+</svg> \ No newline at end of file