Sign in
webkit
/
WebKit
/
02003889fe79357a4d15c7c55c5ed969099b4dc9
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
dom
/
resources
/
viewspec-viewboxparams.svg
blob: fe9eb1963fe52c4b6b2552cfed05c630bd6c65ed [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
viewBox
=
"0 0 30 30"
>
<rect
x
=
"0"
y
=
"0"
width
=
"200"
height
=
"200"
fill
=
"red"
/>
<rect
x
=
"0"
y
=
"0"
width
=
"30"
height
=
"30"
fill
=
"blue"
/>
<rect
x
=
"100"
y
=
"100"
width
=
"30"
height
=
"30"
fill
=
"green"
/>
</svg>