<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PDF File takes long time to render compared to the cairo backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23991#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PDF File takes long time to render compared to the cairo backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23991">bug 23991</a>
              from <span class="vcard"><a class="email" href="mailto:stefan.bruens@rwth-aachen.de" title="Stefan Brüns <stefan.bruens@rwth-aachen.de>"> <span class="fn">Stefan Brüns</span></a>
</span></b>
        <pre>The document makes massive use of object transparencies (the colored tiles have
a solid fill color, but an opacity of 86.5%). These were exported by inkscape
in a very problematic way:

1. For each background tile, an opaque rect the size of the full page is drawn
2. The rect is filled with a pattern
  2.1. The pattern is an opaque rect the size of the original colored tile
3. The page sized object is blended with an alpha mask

As there several of this objects (backdrops and the triangle shaped markers),
the whole page is overdrawn 62 times.


Current versions of inkscape/poppler do a significant better job here. The
rectangles/triangeles are directly drawn with the specified opacity. This
reduces the total instruction count from ~100 billion instructions to ~11
billion.</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>