src/main/kotlin/cn/flightfeather/supervision/common/creditcode/EnvCreditCode.kt
@@ -70,10 +70,10 @@ // 绘制支持提供方 val s = supply ?: "" graphics2D.font = Font("微软雅黑", Font.PLAIN, 30) graphics2D.font = Font("微软雅黑", Font.BOLD, 32) val w4 = graphics2D.fontMetrics.stringWidth(s) val x4 = (bgWidth - w4) / 2 graphics2D.drawString(s, x4, 753 + graphics2D.fontMetrics.ascent) graphics2D.drawString(s, x4, 901 + graphics2D.fontMetrics.ascent) val a = ImageIO.getImageWritersByFormatName("png") while (a.hasNext()) {