Sign in
webkit
/
WebKit
/
84c082c1adc8c505a644dc9092e891f52c30e8c0
/
.
/
LayoutTests
/
svg
/
hixie
/
rendering-model
/
002.xml
blob: 6e322c0bdcf4e994d833223ec23f8202a5253d85 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"300"
height
=
"200"
>
<desc>
There should be a green circle and no red.
</desc>
<circle
cx
=
"150"
cy
=
"100"
r
=
"50"
fill
=
"red"
/>
<circle
cx
=
"150"
cy
=
"100"
r
=
"50"
fill
=
"green"
/>
</svg>