<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Le 04/11/2022 à 15:49, luigi scarso a écrit :<br>
    </p>
    <blockquote type="cite"
cite="mid:CAG5iGsCY7nB=KH7i8UTn=Gv_qrei5cc0W+D6ow0N5hkf5A4FkA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Fri, 4 Nov 2022 at 15:31,
            Pétiard François <<a
              href="mailto:petiard.francois@free.fr"
              moz-do-not-send="true" class="moz-txt-link-freetext">petiard.francois@free.fr</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">Hello<br>
            <br>
            the eps and the png output are correct but not the svg
            output (the clip <br>
            is rectangular, not round).<br>
          </blockquote>
          <div><br>
          </div>
          <div>this is what I see  from my (buggy) inkscape 1.2.1 </div>
          <div><br>
          </div>
          <div>--</div>
          <div>luigi <br>
          </div>
        </div>
      </div>
    </blockquote>
    <p>OK, I see also the same in Inkscape.</p>
    <p>But this is what I see in Firefox and Edge<br>
    </p>
    <p>And that svg file</p>
    <p><?xml version="1.0"?><br>
      <svg version="1.1" xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2000/svg">"http://www.w3.org/2000/svg"</a>
      xmlns:xlink=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xlink">"http://www.w3.org/1999/xlink"</a> viewBox="0 0 100
      100"><br>
        <clipPath id="myClip"><br>
          <circle cx="40" cy="35" r="35" /><br>
        </clipPath><br>
        <path id="heart" d="M10,30 A20,20,0,0,1,50,30
      A20,20,0,0,1,90,30 Q90,60,50,90 Q10,60,10,30 Z" /><br>
        <use clip-path="url(#myClip)" href="#heart" fill="red" /><br>
      </svg><br>
    </p>
    <p>is displayed correctly in Firefox and Edge</p>
    <p>???</p>
    <p>Best regards</p>
    <p>François<br>
    </p>
  </body>
</html>