summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/non-scaling-stroke-css-transform.html
blob: e7db2ac145664b28d9dba025bc132cd7e6d8a02b (plain)
1
2
3
4
5
6
7
8
<style>
  #square{
    transform: translate(100px,200px) scale(1,2.5);
  }
</style>
<svg style="width: 500px; height: 500px; border: 1px solid green;">
  <rect id="square" stroke="blue" vector-effect="non-scaling-stroke" stroke-width="6" x="50px" y="50px" width="50px" height="50px" fill="pink" />
</svg>