survey-pdf 2.3.5 → 2.3.7

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 v2.3.5
2
+ * surveyjs - SurveyJS PDF library v2.3.7
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
  */
@@ -8,6 +8,8 @@ export declare class FlatSignaturePad extends FlatQuestion {
8
8
  protected question: QuestionSignaturePadModel;
9
9
  static BORDER_STYLE: 'dashed' | 'solid' | 'none';
10
10
  constructor(survey: SurveyPDF, question: IQuestion, controller: DocController);
11
+ private _signatureSize;
12
+ private get signatureSize();
11
13
  generateBackgroundImage(point: IPoint): Promise<IPdfBrick>;
12
14
  private getSignImageUrl;
13
15
  generateSign(point: IPoint): Promise<IPdfBrick>;