diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-28 18:12:34 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-28 18:12:34 -0500 |
| commit | ec41dd9dcc8e9af0d108297c6cfcfcef43d0d105 (patch) | |
| tree | ec9569f69a6420e965661b3c03c252b4212c99f2 /new-reality/public/assets/img/dots-white.svg | |
| parent | 2860b0ceae8e08704996b3397fb8b962ca60ab95 (diff) | |
new reality co
Diffstat (limited to 'new-reality/public/assets/img/dots-white.svg')
| -rw-r--r-- | new-reality/public/assets/img/dots-white.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/new-reality/public/assets/img/dots-white.svg b/new-reality/public/assets/img/dots-white.svg new file mode 100644 index 0000000..30ce96b --- /dev/null +++ b/new-reality/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 |
