-
readOnly
boolean readOnly
Extension is read only.
-
immediate
boolean immediate
Extension is immediate.
-
dotSize
Double dotSize
Radius of a single dot.
-
minWidth
double minWidth
Minimum width of a line. Defaults to 0.5.
-
maxWidth
double maxWidth
Maximum width of a line. Defaults to 2.5.
-
backgroundColor
String backgroundColor
Color used to clear the background. Can be any color format
accepted by context.fillStyle. Defaults to "rgba(0,0,0,0)" (transparent
black). Use a non-transparent color e.g. "rgb(255,255,255)" (opaque
white) if you'd like to save signatures as JPEG images.
-
penColor
String penColor
Color used to draw the lines. Can be any color format accepted
by context.fillStyle. Defaults to "black".
-
velocityFilterWeight
double velocityFilterWeight
Weight used to modify new velocity based on the previous
velocity. Defaults to 0.7.
-
mimeType
String mimeType
MIME-Type used to create dataURLs
-
clearButtonEnabled
boolean clearButtonEnabled
Show a clear button in the signaturefield