Scaling WebEngine.print output

2016-10-06 Thread Mark Claassen
I am having a problem with printing from the WebEngine. What I am trying to do is create a page of SVG, render it to the WebEngine, and print it. I don't completely control the SVG, but I know it needs to fit on one page. So, what I would like to do is be able to control the scaling and positioni

Re: SVG

2016-10-12 Thread Mark Claassen
I am glad to see an SVG conversation here. We are currently using apache Batik to render our SVG, but would like to move to JavaFX. The only way we found to do this is using the WebView. However, this presents some interesting challenges. We have fairly stringent printing requirements and going