Sign in
webkit
/
WebKit
/
4010c1fb0525f72a63c249d421f51232165d8f37
/
.
/
LayoutTests
/
svg
/
custom
/
percentage-rect.svg
blob: 46be3044aea96a06e92680b500f7caaf9a07c254 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<rect
height
=
"100"
width
=
"100"
fill
=
"red"
/>
<rect
height
=
"16.667%"
width
=
"13%"
fill
=
"green"
/>
</svg>