Re: FO + External bitmap graphics - FOP - SVG

2005-05-05 Thread Jeremias Maerki
Don't be shy! This is actually quite easy. It just took the following lines to hack that missing feature in. Just place the code snippet below in SVGRenderer in the method renderImageArea() right after the commented call to graphics.drawImage(). Element imageElement =

Re: FO + External bitmap graphics - FOP - SVG

2005-05-04 Thread Daniel Noll
Jeremias Maerki wrote: You're not doing anything wrong. As far as I can tell images are not implemented in the SVG renderer. You'd have to finish that part yourself. See:

FO + External bitmap graphics - FOP - SVG

2005-05-03 Thread Daniel Noll
I have the following FO code (reduced to fit well in the email): fo:root ... fo:layout-master-set ... /fo:layout-master-set fo:page-sequence ... fo:flow ... fo:block fo:external-graphic src=url(embedded.gif) width=120px height=120px