<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - very slow render"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64892#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - very slow render"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64892">bug 64892</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>As I already figured out, the problem is the usage of scaleImage, which costs a
lot of time. But now I also remembered, why I didn't use the tilingPatternFill
implementation of Xpdf: Xpdf doesn't support rotated or flipped patterns very
well, that's why we use drawImage.
Bringing that together, I thought about a way of avoiding the call of drawImage
if possible, and I think, I found a solution. It seems to work, and it
decreases dramatically the rendering speed, but it's NOT regtested.

@Albert: if You find the time to regtest it and it's okay for You, take the new
patch I'll upload in a few minutes, otherwise take the already uploaded patch,
please.</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>