mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
13 lines
359 B
HTML
13 lines
359 B
HTML
<!DOCTYPE html>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<svg x="10">
|
|
<rect x="10" y="10" height="100" width="100"
|
|
style="stroke:#ff0000; fill: #0000ff"/>
|
|
</svg>
|
|
<svg x="200" y="15">
|
|
<rect x="10" y="10" height="100" width="100"
|
|
style="stroke:#009900; fill: #00cc00"/>
|
|
</svg>
|
|
</svg>
|