Newer
Older
minerva / Tests / LibWeb / Ref / svg-non-local-clip-path.html
@minerva minerva on 13 Jul 307 bytes Initial commit
<!doctype html>
<link rel="match" href="reference/svg-non-local-clip-path-ref.html" />
<svg>
    <clipPath id="jeez">
      <rect x="10" y="10" width="50" height="50">
    </clipPath>
</svg>
<svg>
    <g clip-path="url(#jeez)">
      <rect fill="red" width="100" height="100">
      </rect>
    </g>
</svg>