In the TelerikSignature control, the ExportScale property defaults to 2. This causes the image size to be doubled without realizing it. While it can be useful to scale the exported image, the default should be 1, because that is the expected default output.
<TelerikSignature @bind-Value="Medlog.Signature" Width="700px" Height="120px" Smooth="true" StrokeWidth="2" PopupScale="2" ExportScale="1">
</TelerikSignature>
Hello Ed,
The role of ExportScale and its effect on the Value size is documented in the Parameters table. If you think the explanation is not clear enough, we can improve it. Otherwise, the Signature component also shows a larger popup with the signature by default. If the export scale is 1, the quality of the image in the popup will be bad. One should also take into account retina displays.
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.