Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / marker-overflow-clip.svg
blobc12ae90d47a5d21e43e4dc6b53fef0e5988e36e4
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <marker id="marker" viewBox="0 0 100 100" refX="50" refY="50" markerUnits="strokeWidth" markerWidth="50" markerHeight="50" orient="auto">
4 <rect fill="red" x="-50" y="-50" width="200" height="200" />
5 <rect x="0" y="0" width="100" height="100" fill="green"/>
6 </marker>
7 <rect width="25" height="25" />
8 <path d="M 100 100 L 100 100 " fill="none" stroke="none" stroke-width="3" marker-start="url(#marker)"/>
9 <text x="30" y="20"> There should be a 150x150 green rect at 25x25</text>
10 </svg>