Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, 水印加深0.1

See merge request LiuChao/foton-slrs-system-rest!409
This commit is contained in:
super_liu
2022-03-01 13:50:08 +08:00
@@ -55,7 +55,7 @@ public class WaterMarkUtil {
// 设置透明度为0.2
// set Transparency
PdfGState gs = new PdfGState();
gs.setFillOpacity(0.2f);
gs.setFillOpacity(0.3f);
under.setGState(gs);
for (int y = 0; y < 50; y++) {
for (int x = 0; x < 50; x++) {