Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/render/reftests/overflow-clip.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="rect-ref.html">
<style>
svg {
overflow: visible;
}
</style>
<svg style="overflow: clip; width: 100px; height: 100px">
<rect width="200" height="200" fill="green">
</svg>