Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
http
/
tests
/
svg
/
resources
/
greenSquare.svg
blob: 01894b1a6debefbebb771c792a055a9f803bb1f1 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<!-- The rectangular viewBox causes the green rect to render as a 100x100 square. -->
<svg
xmlns
=
"http://www.w3.org/2000/svg"
viewBox
=
"0 0 100 200"
>
<rect
width
=
"100%"
height
=
"50%"
fill
=
"green"
/>
</svg>