Skip to content

Commit

Permalink
Merge branch 'master' into bug/6441-ranking-selecttorank-change-area-…
Browse files Browse the repository at this point in the history
…placeholders
  • Loading branch information
dmitry-kurmanov committed Jul 4, 2023
2 parents 55a3c6f + e3108a4 commit b101d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/question_signaturepad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
3 changes: 1 addition & 2 deletions src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b101d07

Please sign in to comment.