RE: Graphic Problem

2003-05-22 Thread Torsten Erler
The Problem is located at FOPImageFactory.   The m_urlMap caches the url of the Image to the produced FopImage (it doesn't check for last modified or something else, so you get the same image for the url until the image reference is cleared).   Solution:   in FOP 0.20.5rc2 you can call Fop

Re: Graphic Problem

2003-05-22 Thread Jeremias Maerki
I've documented the behaviour recently, but the text hasn't made it to the main site, yet. Please follow the following URL for a solution: http://forrestbot.cocoondev.org/sites/xml-fop/graphics.html#caching I hope this helps. On 22.05.2003 09:13:07 Swee Yueng wrote: > I wrote a program to ret