12 lines
241 B
HTML
12 lines
241 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="rect-ref.html">
|
|
<style>
|
|
svg {
|
|
overflow: visible;
|
|
}
|
|
</style>
|
|
<svg style="width: 100px; height: 100px">
|
|
<svg style="overflow: clip;">
|
|
<rect height="250" width="250" fill="green">
|
|
</svg>
|
|
</svg>
|