mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
5 lines
191 B
HTML
5 lines
191 B
HTML
<!DOCTYPE html>
|
|
<svg width="120" viewBox="-10 -10 120 120">
|
|
<rect x="-10" y="-10" width="120" height="120" fill="blue" />
|
|
<rect x="50" y="10" width="40" height="80" fill="red" />
|
|
</svg>
|