https://issues.apache.org/bugzilla/show_bug.cgi?id=48797

--- Comment #8 from Jeremias Maerki <[email protected]> 2010-03-18 15:36:37 
UTC ---
Calixte, do you want to send a patch? Maybe a clever refactoring of
PDFGraphics2D could actually improve things in a better way. Currently, the
clipping shape is established for every shape operation which is why this
probably has such a big effect on file size. The "disableClipping" is just a
work-around but is not really fixing the problem, it would seem.

(In reply to comment #7)
> Jeremias,
> 
> You should put a setter in EPSTranscoder and PSTranscoder to enable or to
> disable the clipping (since the method disableClipping is available in
> AbstractPSDocumentGraphics2D). When clipping is disabled, I can divide by 2 
> the
> size of the generated ps,eps.
> 
> Thanks a lot...
> 
> Calixte

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to