<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Albert!<br>
<br>
Sorry, Carlos is true: Also the filling should (and MUST) only be done
if content is NOT hidden, therefore the curly brackets must be inserted.<br>
<br>
Best regards,<br>
Thomas<br>
<br>
Albert Astals Cid schrieb:
<blockquote cite="mid:200906032014.25437.aacid@kde.org" type="cite">
  <pre wrap="">A Dimecres, 3 de juny de 2009, Carlos Garcia Campos va escriure:
  </pre>
  <blockquote type="cite">
    <pre wrap="">El mar, 02-06-2009 a las 14:02 -0700, Albert Astals Cid escribió:
    </pre>
    <blockquote type="cite">
      <pre wrap="">@@ -3695,6 +3780,12 @@ void Gfx::doImage(Object *ref, Stream *str,
GBool inlineImg) {
     // draw it
     if (!contentIsHidden())
       out-&gt;drawImageMask(state, ref, str, width, height, invert,
inlineImg);
+      if (out-&gt;fillMaskCSPattern(state)) {
+        maskHaveCSPattern = gTrue;
+        doPatternFill(gTrue);
+        out-&gt;endMaskClip(state);
+        maskHaveCSPattern = gFalse;
+      }

   } else {
      </pre>
    </blockquote>
    <pre wrap="">I think {} are missing there, I guess it should be:

if (!contentIsHidden()) {
  out-&gt;drawImageMask(state, ref, str, width, height, invert, inlineImg);
  if (out-&gt;fillMaskCSPattern(state)) {
    [....]
  }
}

or am I wrong?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Good question, Thomas?

Albert


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Thomas Freitag

alfa Media Partner GmbH
Niederlassung Kiel
Sophienblatt 57
D-24114 Kiel

Phone: +49-431-66119-38
Fax: +49-431-66119-11
Visit our home page <a class="moz-txt-link-freetext" href="http://www.alfa.de">http://www.alfa.de</a>

Sitz des Unternehmens: Rödermark - AG Offenbach HRB 21171
Geschäftsführer: Guido Falcenberg, Jens Emmerich
</pre>
</body>
</html>