10 lines
214 B
HTML
10 lines
214 B
HTML
<!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>
|