Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / viewbox / preserveAspectRatio / 001.xml
blob4a26401c99bdd21d887c03da01c305d40dd7e856
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
2  <rect width="100%" height="100%" fill="navy"/>
3  <line x1="0" y1="0" x2="100" y2="100" stroke="blue"/>
4  <line x1="100" y1="0" x2="0" y2="100" stroke="blue"/>
5  <text x="50" y="30" text-anchor="middle" fill="white" font-size="7">This should be a SQUARE.</text>
6  <text x="50" y="40" text-anchor="middle" fill="white" font-size="5">It should stretch to fit the window.</text>
7  <text x="50" y="48" text-anchor="middle" fill="white" font-size="3">(Whatever the window size.)</text>
8 </svg>