swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] [PATCH] Update swftools to build with xpdf 3.03 an


From: Matthias Kramm
Subject: Re: [Swftools-common] [PATCH] Update swftools to build with xpdf 3.03 and poppler 0.20
Date: Sat, 7 Jul 2012 08:24:50 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jun 21, 2012 at 09:58:58AM +0200, Carlos Garcia Campos <address@hidden> 
wrote:
> Ok, it seems I missed that change because test method implementation was
> moved to the header and I thought it had been removed. The thing is that
> applying the patch fixes the layers order, but breaks the line width of
> the blue lines.

Hi Carlos,

just checking whether you're still working on this.

Btw. I branched off from xpdf303 to a branch called "poppler" that 
drops xpdf compatibility entirely and hence gets rid of all the 
poppler<->xpdf compatibility code. 
Also, the patch for making SplashScreen always return 1 isn't necessary
anymore- the same can be accomplished by doing

    globalParams->setScreenBlackThreshold(0.0);
    globalParams->setScreenWhiteThreshold(0.0);
    globalParams->setScreenGamma(0.0);

.
Once we find a solution to the line width problem, I'll make the poppler
branch the new master.

Matthias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]