mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
325 B
HTML
10 lines
325 B
HTML
<!DOCTYPE html>
|
|
<svg id="a" viewBox="0 0 10 10" width="200" height="200">
|
|
<svg id="b" viewBox="0 0 6 6">
|
|
<svg id="c" viewBox="-1 -1 10 10" width="8" height="8">
|
|
<rect x="0" y="0" width="10" height="10" fill="red"></rect>
|
|
<rect x="0" y="0" width="5" height="5" fill="blue"></rect>
|
|
</svg>
|
|
</svg>
|
|
</svg>
|