Browse Source

comment for AcroForm-Classes warnings

sschmid 5 years ago
parent
commit
aa6a1f294f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

+ 3 - 0
src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

@@ -825,6 +825,9 @@ export class OpenSheetMusicDisplay {
 
 
         // simply save the created pdf
         // simply save the created pdf
         pdf.save(pdfName);
         pdf.save(pdfName);
+
+        // note that using jspdf with svg2pdf creates unnecessary console warnings "AcroForm-Classes are not populated into global-namespace..."
+        // this will hopefully be fixed with a new jspdf release, see https://github.com/yWorks/jsPDF/pull/32
     }
     }
 
 
     //#region GETTER / SETTER
     //#region GETTER / SETTER