Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / shapes / path / 001.xml
blob12d75673f376a586786781f2254259ecdf1c5c41
1 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
2  <g stroke="maroon" fill="red">
3   <path d="M200 100 C100 150 100 250 200 300"/>
4  </g>
5  <circle cx="200" cy="200" r="100" fill="green" stroke="lime"/>
6 </svg>