<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#c2">Comment # 2</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>Created <span class=""><a href="attachment.cgi?id=79711" name="attach_79711" title="avoid call of bilinear interpolation in case of tilingPatternFill">attachment 79711</a> <a href="attachment.cgi?id=79711&action=edit" title="avoid call of bilinear interpolation in case of tilingPatternFill">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=64892&attachment=79711'>[review]</a>
avoid call of bilinear interpolation in case of tilingPatternFill

As I said: in my opinion the bilinear interpolation is not necessary in case of
tilingPatternFill. This patch avoids it and increases the speed of rendering
page 3 on my laptop a little bit:

before:
date; utils/pdftoppm -cropbox -png -r 72 -f 3 -l 3 sample2.pdf sample2; date
Do 23. Mai 13:56:51 CEST 2013
 Do 23. Mai 14:24:27 CEST 2013

after:
date; utils/pdftoppm -cropbox -png -r 72 -f 3 -l 3 sample2.pdf sample2; date
Do 23. Mai 15:15:28 CEST 2013
Do 23. Mai 15:24:17 CEST 2013

Still not well but the best I can do for the moment!</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>