Sign in
webkit
/
WebKit
/
a0e4dc93e6a001b03668745852a9ac9f6a2da33e
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
custom
/
crisp-edges-leak-expected.svg
blob: 49b5e4ed86cda7791c3db96525edd00a5b1e09f5 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"200"
height
=
"100"
>
<circle
cx
=
"150"
cy
=
"50"
r
=
"45"
fill
=
"green"
/>
<circle
cx
=
"50"
cy
=
"50"
r
=
"45"
fill
=
"green"
shape-rendering
=
"crispEdges"
/>
</svg>