survey-pdf 3.0.0-beta.1 → 3.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v3.0.0-beta.1
2
+ * surveyjs - SurveyJS PDF library v3.0.0-beta.3
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v3.0.0-beta.1
2
+ * surveyjs - SurveyJS PDF library v3.0.0-beta.3
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v3.0.0-beta.1
2
+ * surveyjs - SurveyJS PDF library v3.0.0-beta.3
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v3.0.0-beta.1
2
+ * surveyjs - SurveyJS PDF library v3.0.0-beta.3
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -9435,6 +9435,7 @@ class SurveyPDF extends SurveyModel {
9435
9435
  this.questionsOnPageMode = 'standard';
9436
9436
  }
9437
9437
  this.options = SurveyHelper.clone(options);
9438
+ this.applyTheme(DefaultLight);
9438
9439
  }
9439
9440
  get haveCommercialLicense() {
9440
9441
  const f = hasLicense;
@@ -11950,7 +11951,7 @@ class CustomBrick extends PdfBrick {
11950
11951
  }
11951
11952
  }
11952
11953
 
11953
- checkLibraryVersion(`${"3.0.0-beta.1"}`, 'survey-pdf');
11954
+ checkLibraryVersion(`${"3.0.0-beta.3"}`, 'survey-pdf');
11954
11955
 
11955
11956
  function rgbaToHex(rgbaString) {
11956
11957
  const parts = rgbaString.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+),?\s*([0-9.]+)?\)$/);