mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
10 lines
191 B
HTML
10 lines
191 B
HTML
<!DOCTYPE html>
|
|
<svg width="100" height="100">
|
|
<!-- Both <g> elements should have the same size -->
|
|
<g>
|
|
<g>
|
|
<rect x="50" y="50" height="10" width="10" />
|
|
</g>
|
|
</g>
|
|
</svg>
|