<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm shows black line artifacts with aaVector enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90570#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm shows black line artifacts with aaVector enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90570">bug 90570</a>
              from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
        <pre>Thanks for looking at the patch.

I experimented with the fill a few days ago, and I now think that changing the
calculation of the limits would not help because the inner loop for X becomes
more complicated if it has to deal with going in either direction.

Is it worth removing the asserts from the inner loop or is there a configure
option to disable them?
  assert(fabs(colorinterp - (scanColorMap[0] * X + scanColorMap[1])) < 1e-10);
  assert(bitmapOff == Y * rowSize + colorComps * X && scanLineOff == Y *
rowSize);

William</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>