swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swf only supports 65536 shapes


From: Matthias Kramm
Subject: Re: [Swftools-common] swf only supports 65536 shapes
Date: Fri, 5 Oct 2007 10:24:56 +0200
User-agent: Mutt/1.5.6i

On Thu, Oct 04, 2007 at 07:32:42PM -0700, Ted Chen wrote:
>      Before we have a fix for the gradient problem, is there any way to 
> disable gradient processing?  The result img will look worse, but we can 
> significantly reduce the chances of hitting the obj limit.

It's possible, but you'll need to recompile swftools.

In lib/pdf/GFXOutputDev.cc, change

    GBool GFXOutputDev::useShadedFills()
    {
        infofeature("shaded fills");
        return gFalse;
    }

to

    GBool GFXOutputDev::useShadedFills()
    {
        infofeature("shaded fills");
        return gTrue;
    }

Greetings

Matthias






reply via email to

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