diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-28 12:50:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-01 14:21:53 +0100 |
commit | a3e3a6536eab2255b657461d2f321a50e82cf0e5 (patch) | |
tree | 7e2b78a9193b9a6834e45ee669ae36581d2f1f11 /tools | |
parent | 134936b185b0ccdfe2f5d62aac439716aa140b49 (diff) | |
download | votes-for-women-a3e3a6536eab2255b657461d2f321a50e82cf0e5.tar.gz |
Add background image to layout svg.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/layout.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/layout.svg b/tools/layout.svg index 722125e..a941a07 100644 --- a/tools/layout.svg +++ b/tools/layout.svg @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="100%" height="100%" viewBox="0 0 1100 850" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> + <image xlink:href="../map.png" x="0" y="0" width="1100" height="850"/> <g id="States"> <g id="NJ"> <g> |