Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / crisp-edges-leak-expected.svg
blob49b5e4ed86cda7791c3db96525edd00a5b1e09f5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
3 <circle cx="150" cy="50" r="45" fill="green"/>
4 <circle cx="50" cy="50" r="45" fill="green" shape-rendering="crispEdges"/>
5 </svg>