path-06.svg 447 B

1234567891011121314
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/publicdomain/zero/1.0/
  4. -->
  5. <svg xmlns="http://www.w3.org/2000/svg">
  6. <title>Testcase for zero-sized path arc handling</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=793612 -->
  8. <!-- Check that a zero-sized arc segment is ignored. -->
  9. <path d="M 100,100 H 200 A 200,100 0 0 0 200,100 H 300" stroke="red" stroke-width="3px"/>
  10. </svg>