Forráskód Böngészése

:art: Export PDF and add watermarks no longer covered by images https://github.com/siyuan-note/siyuan/issues/10818

Daniel 1 éve
szülő
commit
50faacd129
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      kernel/model/export.go

+ 1 - 0
kernel/model/export.go

@@ -1057,6 +1057,7 @@ func processPDFWatermark(pdfCtx *pdfcpu.Context, watermark bool) {
 		return
 	}
 
+	wm.OnTop = true // Export PDF and add watermarks no longer covered by images https://github.com/siyuan-note/siyuan/issues/10818
 	err = pdfCtx.AddWatermarks(nil, wm)
 	if nil != err {
 		logging.LogErrorf("add watermark failed: %s", err)