summaryrefslogtreecommitdiff
path: root/public/assets/img/dots-white.svg
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-05-11 02:58:40 +0200
committerJules Laplace <jules@okfoc.us>2017-05-11 02:58:40 +0200
commit8003f1dc9e7ab23493b26eefbfd6cda314268264 (patch)
treee90afd92059216c15d0459bd2fbaadce72e6d3b8 /public/assets/img/dots-white.svg
init
Diffstat (limited to 'public/assets/img/dots-white.svg')
-rw-r--r--public/assets/img/dots-white.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/img/dots-white.svg b/public/assets/img/dots-white.svg
new file mode 100644
index 0000000..30ce96b
--- /dev/null
+++ b/public/assets/img/dots-white.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="100%" height="100%" xml:space="preserve">
+ <defs>
+ <pattern id="basicPattern" x="0" y="0" width="15" height="15" patternUnits="userSpaceOnUse">
+ <circle cx="10" cy="10" r="5" fill="#ffffff" />
+ </pattern>
+ </defs>
+ <rect x="5" y="5" width="100%" height="100%" fill="url(#basicPattern)" />
+</svg> \ No newline at end of file