You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixture.svg 974B

12345678910111213141516171819
  1. <svg height="0" width="0" id="inlineSVG">
  2. <desc>Some description</desc>
  3. <path id="lineAB" d="M 100 350 l 150 -300" stroke="red" stroke-width="3" fill="none" />
  4. <path id="lineBC" d="M 250 50 l 150 300" stroke="red" stroke-width="3" fill="none" />
  5. <path d="M 175 200 l 150 0" stroke="green" stroke-width="3" fill="none" />
  6. <path d="M 100 350 q 150 -300 300 0" stroke="blue" stroke-width="5" fill="none" />
  7. <g stroke="black" stroke-width="3" fill="black" id="pointGroup">
  8. <circle id="pointA" cx="100" cy="350" r="3" />
  9. <circle id="pointB" cx="250" cy="50" r="3" />
  10. <circle id="pointC" cx="400" cy="350" r="3" />
  11. </g>
  12. <g font-size="30" font="sans-serif" fill="black" stroke="none" text-anchor="middle" id="labelGroup">
  13. <text x="100" y="350" dx="-30">A</text>
  14. <text x="250" y="50" dy="-10">B</text>
  15. <text x="400" y="350" dx="30">C</text>
  16. </g>
  17. <polygon points="200,10 250,190 160,210" />
  18. <polyline points="20,20 40,25 60,40 80,120 120,140 200,180" />
  19. </svg>