Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
dom
/
resources
/
viewspec-aspectparams.svg
blob: 34081647f7eb052683f2a7195acb3fda2c0fc11f [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"0"
y
=
"0"
width
=
"200"
height
=
"200"
fill
=
"red"
/>
<rect
x
=
"70"
y
=
"0"
width
=
"30"
height
=
"30"
fill
=
"green"
/>
<rect
x
=
"0"
y
=
"0"
width
=
"30"
height
=
"30"
fill
=
"blue"
/>
</svg>