SVG to PDF: rasterized image on filter effect/mask/clipping path ?

2014-12-01 Thread cedric bompart
Hi, I'm currently converting a JavaFX node graph to PDF (via a SVG document). I'm using FOP 1.1 and Batik 1.7 on Java 7. I'm trying to apply filter effects to a SVG node and the result on the PDF output produces an ugly rasterized image on top of the affected area. I'm getting a similar result

Re: SVG to PDF: rasterized image on filter effect/mask/clipping path ?

2014-12-01 Thread Maruan Sahyoun
Hi, SVG handling is using Batik so in order to isolate the issue test SVG rasterizing using Batik first. BR Maruan Am 01.12.2014 um 12:02 schrieb cedric bompart cedric.bomp...@gmail.com: Hi, I'm currently converting a JavaFX node graph to PDF (via a SVG document). I'm using FOP 1.1

Re: SVG to PDF: rasterized image on filter effect/mask/clipping path ?

2014-12-01 Thread Luis Bernardo
Can you provide your SVG? What is the FOP transcoder version (too see that check the Producer entry in the Properties of the generated PDF)? On Mon, Dec 1, 2014 at 11:02 AM, cedric bompart cedric.bomp...@gmail.com wrote: Hi, I'm currently converting a JavaFX node graph to PDF (via a SVG