mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
5 lines
166 B
HTML
5 lines
166 B
HTML
<!DOCTYPE html>
|
|
<svg width="120" viewBox="0 0 100 100">
|
|
<circle cx="25" cy="25" fill="blue" r="25" />
|
|
<g><circle cx="75" cy="25" fill="red" r="25" /></g>
|
|
</svg>
|