summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filter-scaled-02-ref.html
blob: 722271375dc2ce92cbb7a2b0dfd2eee0ffb5c8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
  <body style="transform: scale(1.4)">
   <div style="position: absolute; top: 20px; left: 200px">
    <svg width="200" viewBox="0 0 222 222">
     <rect fill="green" x="120" y="100" width="100" height="120"/>
     <rect fill="none" stroke="black" stroke-width="4"
           x="120" y="100" width="100" height="120"/>
    </svg>
   </div>
  </body>
</html>