[poppler] 4 commits - CMakeLists.txt poppler/Gfx.cc poppler/Gfx.h poppler/GfxState.cc poppler/GfxState_helpers.h poppler/Makefile.am poppler/OutputDev.h poppler/PSOutputDev.cc poppler/PSOutputDev.h poppler/SplashOutputDev.cc poppler/SplashOutputDev.h splash/SplashState.cc splash/SplashTypes.h

Carlos Garcia Campos carlosgc at gnome.org
Wed Jun 3 01:12:52 PDT 2009


El mar, 02-06-2009 a las 14:02 -0700, Albert Astals Cid escribió:
> @@ -3695,6 +3780,12 @@ void Gfx::doImage(Object *ref, Stream *str,
> GBool inlineImg) {
>      // draw it
>      if (!contentIsHidden())
>        out->drawImageMask(state, ref, str, width, height, invert,
> inlineImg);
> +      if (out->fillMaskCSPattern(state)) {
> +        maskHaveCSPattern = gTrue;
> +        doPatternFill(gTrue);
> +        out->endMaskClip(state);
> +        maskHaveCSPattern = gFalse;
> +      }
>  
>    } else { 

I think {} are missing there, I guess it should be:

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

or am I wrong?

-- 
Carlos Garcia Campos
   elkalmail at yahoo.es
   carlosgc at gnome.org
   http://carlosgc.linups.org
PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
 digitalmente
Url : http://lists.freedesktop.org/archives/poppler/attachments/20090603/9f4860df/attachment.pgp 


More information about the poppler mailing list