layout/reftests/svg/as-image/img-simple-7-ref.html

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.

     1 <html>
     2 <body>
     3   <svg style="width: 200px; height: 200px"
     4        viewBox="0 0 100 50" preserveAspectRatio="none"
     5        shape-rendering="crispEdges">
     6     <rect x="2" y="2" height="96" width="96"
     7           stroke-width="4" stroke="black" fill="yellow"/>
     8     <circle cx="50" cy="50" r="46" style="fill: blue"/>
     9   </svg>
    10 </body>
    11 </html>

mercurial