Search found 1 match
- Wed Jun 20, 2018 7:31 am
- Forum: FXGraphics2D
- Topic: Problem with Graphics2D from BufferedImage
- Replies: 0
- Views: 47446
Problem with Graphics2D from BufferedImage
Hi, I am having a problem drawing a GenralPath onto a Graphics2D created from a BufferedImage. It works fine on a Graphics2D created from downcasting a Graphics object and displayed on the screen though. Any suggestions? I have posted the code stripped out of the whole program to keep it short below...