Sign in
webkit
/
WebKit
/
67175abcf1c533e84579770009346b1ad32cc2ab
/
.
/
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>