wangliang 3 年之前
父節點
當前提交
cb137133a8

+ 0 - 1
teachcloud-common/src/main/java/com/qmth/teachcloud/common/util/ImageTrajectoryUtil.java

@@ -46,7 +46,6 @@ public class ImageTrajectoryUtil {
             g.setColor(Color.red); // 设置画笔颜色
             g.setColor(Color.red); // 设置画笔颜色
             // 设置字体
             // 设置字体
             g.setFont(new Font(FONT_FORMAT, Font.LAYOUT_LEFT_TO_RIGHT, FONT_SIZE));// 写入签名
             g.setFont(new Font(FONT_FORMAT, Font.LAYOUT_LEFT_TO_RIGHT, FONT_SIZE));// 写入签名
-            // 下面这一句中的43,image.getHeight()-10可以改成你要的坐标。
             for (int i = 0; i < jsonArray.size(); i++) {
             for (int i = 0; i < jsonArray.size(); i++) {
                 JSONObject jsonObject = jsonArray.getJSONObject(i);
                 JSONObject jsonObject = jsonArray.getJSONObject(i);
                 JSONArray contentJsonArray = (JSONArray) jsonObject.get("content");
                 JSONArray contentJsonArray = (JSONArray) jsonObject.get("content");