<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm sometimes renders white borders"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=26944#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm sometimes renders white borders"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=26944">bug 26944</a>
              from <span class="vcard"><a class="email" href="mailto:freedesktop@pkh.me" title="ubitux <freedesktop@pkh.me>"> <span class="fn">ubitux</span></a>
</span></b>
        <pre>I have the exact same problem in a different scenario:

Generate a small pdf with "Hello world" in red on a black page:

    pdflatex -jobname test
"\documentclass[varwidth,border=4pt]{standalone}\usepackage{xcolor}\pagecolor{black}\color{red}\begin{document}Hello
World\end{document}"

Convert to an image using pdftocairo:

    pdftocairo -r 300 -png -singlefile test.pdf test

The resulting test.png has bottom and right white-like borders. The intensity
of the white can fluctuate depending on the resolution option (-r).

This issue is not reproducible when converting using ghostscript.</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>