survey-pdf 2.0.0-rc.7 → 2.0.0-rc.8

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,27 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.0.0-rc.7
2
+ * surveyjs - SurveyJS PDF library v2.0.0-rc.8
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
6
+
7
+ /**
8
+ * jsPDF fromHTML plugin. BETA stage. API subject to change. Needs browser
9
+ * Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
10
+ * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
11
+ * 2014 Diego Casorran, https://github.com/diegocr
12
+ * 2014 Daniel Husar, https://github.com/danielhusar
13
+ * 2014 Wolfgang Gassler, https://github.com/woolfg
14
+ * 2014 Steven Spungin, https://github.com/flamenco
15
+ *
16
+ * @license
17
+ *
18
+ * ====================================================================
19
+ */
20
+
21
+ /**
22
+ * @license
23
+ * Copyright (c) 2016 Alexander Weidt,
24
+ * https://github.com/BiggA94
25
+ *
26
+ * Licensed under the MIT License. http://opensource.org/licenses/mit-license
27
+ */