graph.svg 727 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
  3. <defs>
  4. <linearGradient x1="50" y1="40" x2="50" y2="100" id="LG1" gradientUnits="userSpaceOnUse">
  5. <stop style="stop-color:#FF6400;stop-opacity:1" offset="0" />
  6. <stop style="stop-color:#542604;stop-opacity:1" offset="1" />
  7. </linearGradient>
  8. </defs>
  9. <path style="fill:#333;stroke:#bbb;stroke-width:1" d="M 98,2 98,99 2,99 2,2 z"/>
  10. <path style="fill:url(#LG1);stroke:#ddd;stroke-width:0.5" d="m 3,75 2,0 0,-20 5,0 0,25 5,0 0,-5 5,0 0,10 10,0 0,-70 5,0 0,35 5,0 0,-20 5,0 0,30 5,0 0,20 10,0 0,10 5,0 0,-5 5,0 0,-25 5,0 0,-20 5,0 0,25 5,0 0,15 10,0 0,10 2,0 0,8 -94,0 z"/>
  11. </svg>