layout/reftests/svg/as-image/image-orientation-viewbox-and-size.svg

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
michael@0 2 width="100" height="200"
michael@0 3 viewBox="25 25 100 200">
michael@0 4 <rect x="25" y="25" width="50" height="100" fill="rgb(0, 191, 0)"/>
michael@0 5 <rect x="75" y="25" width="50" height="100" fill="rgb(0, 255, 1)"/>
michael@0 6 <rect x="75" y="125" width="50" height="100" fill="rgb(254, 0, 122)"/>
michael@0 7 <rect x="25" y="125" width="50" height="100" fill="rgb(191, 0, 93)"/>
michael@0 8 </svg>

mercurial