Sign in
webkit
/
WebKit
/
d2af93fc324110cbbb4bd830024a204812626b40
/
.
/
LayoutTests
/
svg
/
custom
/
resources
/
embedded.svg
blob: 01830249d4e1e0a1073a4f8e5ec5416b64883844 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
viewBox
=
"0 0 300 300"
>
<rect
fill
=
"blue"
width
=
"100%"
height
=
"100%"
/>
<circle
cx
=
"50%"
cy
=
"50%"
r
=
"10%"
fill
=
"green"
/>
</svg>