<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Repeated load/save/close cycles result in some drawing objects changing position over time."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132050#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Repeated load/save/close cycles result in some drawing objects changing position over time."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132050">bug 132050</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>It moves with 2/100 mm. It happens because the rectangle is mirrored and
mirroring is done at the middle of the rectangle. And because of integer
arithmetic "middle" might be off by one.
As long as we have position and size in integer, I see no solution.

You should investigate, whether in other "drifting" cases, mirrored objects are
involved too. For the given example, you can try, whether it becomes better, if
you remove the mirroring from the rectangles. Mirroring of rectangles is
useless.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>