Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
LayoutTests
/
svg
/
hixie
/
shapes
/
path
/
001.xml
blob: 12d75673f376a586786781f2254259ecdf1c5c41 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"400"
height
=
"400"
>
<g
stroke
=
"maroon"
fill
=
"red"
>
<path
d
=
"M200 100 C100 150 100 250 200 300"
/>
</g>
<circle
cx
=
"200"
cy
=
"200"
r
=
"100"
fill
=
"green"
stroke
=
"lime"
/>
</svg>