feat: There is no way the, 水印加深0.1
This commit is contained in:
@@ -55,7 +55,7 @@ public class WaterMarkUtil {
|
|||||||
// 设置透明度为0.2
|
// 设置透明度为0.2
|
||||||
// set Transparency
|
// set Transparency
|
||||||
PdfGState gs = new PdfGState();
|
PdfGState gs = new PdfGState();
|
||||||
gs.setFillOpacity(0.2f);
|
gs.setFillOpacity(0.3f);
|
||||||
under.setGState(gs);
|
under.setGState(gs);
|
||||||
for (int y = 0; y < 50; y++) {
|
for (int y = 0; y < 50; y++) {
|
||||||
for (int x = 0; x < 50; x++) {
|
for (int x = 0; x < 50; x++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user