blob: 24e5ef5637527c60a218a51064a4502b6758d8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|