<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdftocairo -svg produces blank image"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82879#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdftocairo -svg produces blank image"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82879">bug 82879</a>
              from <span class="vcard"><a class="email" href="mailto:david@vistair.com" title="David Hedley <david@vistair.com>"> <span class="fn">David Hedley</span></a>
</span></b>
        <pre>As an update to this, the error is in the matrix computed for the image mask.

In the SVG this is set to:

transform="matrix(0.00057971,0,0,-0.000407166,0,1)"

When it should be something closer to:

transform="matrix(0,0.35,-0.20,0,450,0)" 

in order to get something like the correct result.</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>