chromium/third_party/blink/web_tests/svg/custom/path-zero-strokewidth.svg

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="500" height="500">
 <polygon points="100,10 120,20 130,15 140,50 130,60 120,70 90,60 40,25" />
 <rect x="200" y="10" width="50" height="50"/>
 <circle cx="300" cy="60" r="25"/>
 <style type="text/css">
   polygon, rect, circle { stroke:#008; stroke-width:0; fill:#DEF; }
 </style>
</svg>