Skip to content

Commit

Permalink
Update signatureAutoScaleEnabled description (#7365)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Nov 17, 2023
1 parent 609c19e commit f3a5bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/question_signaturepad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ export class QuestionSignaturePadModel extends Question {
*
* Default value: `false`
*
* > The signature area is scaled only for display. The resulting image will have dimensions specified by the [`signatureHeight`](#signatureHeight) and [`signatureWidth`](#signatureWidth) properties.
* When you enable this property, the signature area's width (the [`signatureWidth`](#signatureWidth) property) is increased or descreased to occupy all available width within the question. The area's height (the [`signatureHeight`](#signatureHeight) property) changes proportionally to the width, keeping the ratio of `signatureWidth` to `signatureHeight` constant. Specify the `signatureWidth` and `signatureHeight` properties if you want to control the ratio.
*
* > The signature area is scaled only for display. The image saved in survey results will have dimensions specified by the `signatureHeight` and `signatureWidth` properties.
*/
@property() signatureAutoScaleEnabled: boolean;
/**
Expand Down

0 comments on commit f3a5bf4

Please sign in to comment.