summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/transform-origin-presentation-01.svg
blob: b59fa5f11e51554c7cf22045aa9fc37d4fd2874f (plain)
1
2
3
4
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 200 100" preserveAspectRatio="none">
  <rect width="200" height="100" fill="red"/>
  <rect width="100" height="200" x="50" y="-50" fill="lime" transform="rotate(90)" transform-origin="center"/>
</svg>