fxgraphics2d
fxgraphics2d copied to clipboard
A JavaFX library that allows Java2D code (Graphics2D) to be used to draw to a Canvas node.
Would be great if you could add this badge to your readme: `[](https://www.jfx-central.com/libraries/fxgraphics2d)`
When running the Graphics2DTester, after some iterations the following exception is triggered: ```drawTestOutput(FXGraphics2D) duration = 124.77722999999999 ms. Elapsed: 150.929 FPS: 3.364 java.lang.ClassCastException: class com.sun.prism.paint.Color cannot be cast to class java.lang.String...
FXGraphics2D use ImagePattern implement a display effect similar to TexturePaint