Newer
Older
minerva / Tests / LibWeb / Layout / input / svg / svg-g-inside-g.html
@minerva minerva on 13 Jul 175 bytes Initial commit
<svg width="100" height="100">
  <!-- Both <g> elements should have the same size -->
  <g>
    <g>
      <rect x="50" y="50" height="10" width="10" />
    </g>
  </g>
</svg>