<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="340px" height="340px" viewBox="-70 -70 140 140" version="1.1">
<title>A polynomial of degree 5.</title>
<defs>
  <pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse">
    <path d="M0,0h20v20" fill="none" stroke="#999"/>
  </pattern>
</defs>
<rect x="-70" y="-70" width="100%" height="100%" fill="url(#grid)"/>
<g fill="none">
	<path d="M-70,0h140 M0,-70v140" stroke="black"/>
	<path d="M-70,422.3 Q -65.33,65.4 -60.67,10.41 -56,-55.55 -51.33,-35.81 -46.67,-22.01 -42,-5.391 -37.33,8.649 -32.67,9.192 -28,9.147 -23.33,3.397 -18.67,-2.014 -14,-4.265 -9.333,-6.01 -4.667,-3.115 0,-0 4.667,3.115 9.333,6.01 14,4.265 18.67,2.014 23.33,-3.397 28,-9.147 32.67,-9.192 37.33,-8.649 42,5.391 46.67,22.01 51.33,35.81 56,55.55 60.67,-10.41 65.33,-65.4 70,-422.3" stroke="#A00" stroke-width="2"/>
</g>
</svg>