Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / non-circular-marker-reference.svg
blob3fff35b31dae8ea074fb6e110f790a2e27d32ba4
1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 20 20"
4 stroke="#000" stroke-linecap="round">
6 <defs>
7 <marker id="mark" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="3" markerHeight="3">
8 <circle cx="4" cy="4" r="3" stroke="#ff0000" fill="none"/>
9 </marker>
10 </defs>
12 <path d="M-5,-2h5h5"/>
13 <path d="M-5,+2h5h5"
14 marker-start="url(#mark)" marker-mid="url(#mark)" marker-end="url(#mark)"/>
16 </svg>