testing fix
This commit is contained in:
parent
a799043299
commit
60c1de5e65
@ -1,3 +1,3 @@
|
||||
#maven.buildNumber.plugin properties file
|
||||
#Wed Jul 31 20:20:41 EDT 2024
|
||||
buildNumber=193
|
||||
#Thu Aug 01 17:30:41 EDT 2024
|
||||
buildNumber=194
|
||||
|
||||
@ -140,7 +140,7 @@ public class FontUtils {
|
||||
// image = operation.filter(image, null);
|
||||
|
||||
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) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
|
||||
BIN
test/java/electrosphere/renderer/ui/font/testimg.png
Normal file
BIN
test/java/electrosphere/renderer/ui/font/testimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user