Re: Slight rendering issues Apache FOP document

2023-11-14 Thread Tres Finocchiaro
> > > It's mostly in PageDrawer.java search for things line width and clip. Attempts to affect the line width are ineffective. For example, there's a function in PagDrawer which ensures that the threshold for lineWidth is at least 0.25. I've changed this to 2.0f, 10.0f and no perceivable differ

Re: Slight rendering issues Apache FOP document

2023-11-14 Thread Tilman Hausherr
On 14.11.2023 18:46, Tres Finocchiaro wrote: It's mostly in PageDrawer.java search for things line width and clip. Attempts to affect the line width are ineffective. For example, there's a function in PagDrawer which ensures that the threshold for lineWidth is at least 0.25. I've changed this