diff --git a/src/question_signaturepad.ts b/src/question_signaturepad.ts index 02a31dac35..e31e412b47 100644 --- a/src/question_signaturepad.ts +++ b/src/question_signaturepad.ts @@ -145,9 +145,9 @@ export class QuestionSignaturePadModel extends Question { * * Possible values: * - * - `"png"` (default) - PNG - * - `"jpeg"` - JPEG - * - `"svg"` - SVG + * - `"png"` (default) + * - `"jpeg"` + * - `"svg"` */ public get dataFormat(): string { return this.getPropertyValue("dataFormat"); diff --git a/src/survey.ts b/src/survey.ts index ca570d1131..bc7d4d8f7d 100644 --- a/src/survey.ts +++ b/src/survey.ts @@ -2009,8 +2009,7 @@ export class SurveyModel extends SurveyElementCore } @property() backgroundImageFit: string; /** - * A value from 0 to 1 that specifies how transparent the survey background should be: 0 makes the background completely transparent, and 1 makes it opaque. - * @see backgroundImage + * A value from 0 to 1 that specifies how transparent the [background image](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#backgroundImage) should be: 0 makes the image completely transparent, and 1 makes it opaque. */ public get backgroundOpacity(): number { return this.getPropertyValue("backgroundOpacity");