svg-polygon-with-incomplete-points-ref.html 698 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <svg viewBox="0 0 10 10" width="100" height="100"></svg>
  3. <svg viewBox="0 0 10 10" width="100" height="100"></svg>
  4. <svg viewBox="0 0 10 10" width="100" height="100"></svg>
  5. <svg viewBox="0 0 10 10" width="100" height="100"></svg>
  6. <svg viewBox="0 0 10 10" width="100" height="100"></svg>
  7. <svg viewBox="0 0 10 10" width="100" height="100">
  8. <polygon points="0,0 0,10 10,10" />
  9. </svg>
  10. <svg viewBox="0 0 10 10" width="100" height="100">
  11. <polygon points="0,0 0,10 10,10" />
  12. </svg>
  13. <svg viewBox="0 0 10 10" width="100" height="100">
  14. <polygon points="0,0 0,10 10,10" />
  15. </svg>
  16. <svg viewBox="0 0 10 10" width="100" height="100">
  17. <polygon points="0,0 0,10 10,10 10,0" />
  18. </svg>