[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

Albert Astals Cid aacid at kde.org
Wed Jun 3 11:14:24 PDT 2009


A Dimecres, 3 de juny de 2009, Carlos Garcia Campos va escriure:
> 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?

Good question, Thomas?

Albert



More information about the poppler mailing list