serenity/Tests/LibWeb/Ref/svg-non-local-clip-path.html

14 lines
307 B
HTML

<!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>