-
Bug
-
Resolution: Fixed
-
P2
-
7u6
When the FXCanvas becomes large, drawing becomes slow. This happens because the image data format that SWT would like to see on Windows does not match the bits that FX provides and SWT converts the image. The fix is to convert the data before handing it to SWT.