Sign in
webkit
/
WebKit
/
9487039c43150a49ee249911cfffbf6b2aea9e49
/
.
/
LayoutTests
/
svg
/
as-image
/
resources
/
green-relative-size-rect.svg
blob: 3ccdc4c5e7b629f3d54e71872828e2cb07da15ad [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
'100%'
height
=
'100%'
>
<rect
fill
=
'green'
width
=
'100%'
height
=
'100%'
/>
<circle
cx
=
"50%"
cy
=
"50%"
r
=
"10%"
fill
=
"navy"
/>
</svg>