set table SVG to have no aspect ratio preference

This commit is contained in:
Joshua Seigler 2015-01-06 13:46:51 -05:00
parent 4a9aae1574
commit 53786df51b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="511.58" width="678.37" version="1.1">
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="511.58" width="678.37" version="1.1" preserveAspectRatio="none">
<rect style="fill:#624200;" height="106.869" width="678.955" y="404.711" x="0"/>
<path style="stroke-linejoin:miter;stroke:#3e2c04;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:2;fill:none;" d="m0,404.711,678.955,0"/>
</svg>

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 478 B

Before After
Before After