testing fix

This commit is contained in:
austin 2024-08-01 17:31:09 -04:00
parent a799043299
commit 60c1de5e65
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file #maven.buildNumber.plugin properties file
#Wed Jul 31 20:20:41 EDT 2024 #Thu Aug 01 17:30:41 EDT 2024
buildNumber=193 buildNumber=194

View File

@ -140,7 +140,7 @@ public class FontUtils {
// image = operation.filter(image, null); // image = operation.filter(image, null);
try { try {
ImageIO.write(image, "png", Files.newOutputStream(new File("C:/users/satellite/Pictures/testimg.png").toPath())); ImageIO.write(image, "png", Files.newOutputStream(new File("./test/java/electrosphere/renderer/ui/font/testimg.png").toPath()));
} catch (IOException e) { } catch (IOException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB