blob: 3a6fcb39463a8ef0171e48401f7e482758152e63 [file] [log] [blame]
<!DOCTYPE html>
<style>
rect {
fill: green;
}
</style>
<svg width="100" height="100">
<g>
<rect x="0" y="0" width="100" height="100"></rect>
</g>
</svg>