On Wed, Feb 15, 2017 at 10:56 PM, Kai Hendry <hendry@...3280...> wrote:
how do I alter the SVG from Inkscape to
make it take 100% of the space?

You can actually do this in a text editor; just add %s! data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"> <title>Compute</title> <g> <circle cx="50" cy="51.25" r="30.43" fill="#9d5025"/> <rect x="19.57" y="48.75" width="60.86" height="2.5" fill="#9d5025"/> <circle cx="50" cy="48.75" r="30.43" fill="#f58536"/> <polygon points="69.8 63.7 67.44 57.51 62.16 59.53 54.61 39.76 52.51 34.29 51.53 31.71 49.98 27.67 42.89 27.67 39.98 27.67 39.98 34.29 45.42 34.29 47.31 39.23 31.57 67.25 39.17 67.25 50.39 47.27 58.34 68.08 60.23 67.36 64.53 65.72 64.53 65.72 69.8 63.7" fill="#fff"/> </g> </svg>
—Arlo