I have a simple project to reproduce the problem (Since jira attachment is disactivated, you could download it using this link : http://we.tl/vIqC02YGwZ )
The problem:
I have an html page which contains a javascript chart.
I can render it as base64 data via a javascript function called jqplotToImgData.
FIRST PROBLEM: The data are well interpreted in a webbrowser such as chrome but if I try to get this data from the method executeScript, the result data are not totally the same (It result a image with blur characters).
SECOND PROBLEM: The base64 image shown in the WebView appears to have the same problem.
Is there a way to fix this problem on my own, waiting for a javafx fix?
The problem:
I have an html page which contains a javascript chart.
I can render it as base64 data via a javascript function called jqplotToImgData.
FIRST PROBLEM: The data are well interpreted in a webbrowser such as chrome but if I try to get this data from the method executeScript, the result data are not totally the same (It result a image with blur characters).
SECOND PROBLEM: The base64 image shown in the WebView appears to have the same problem.
Is there a way to fix this problem on my own, waiting for a javafx fix?