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

This commit is contained in:
super_liu
2022-03-01 13:48:44 +08:00
parent aaae03989b
commit bfd01ac605
@@ -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++) {