mirror of
https://github.com/documenso/documenso.git
synced 2026-08-15 02:53:32 +10:00
The field renderer decreased large signature images to the field size, but it did not increase small images. Thus a low-resolution image, for example an upload from a different tool, showed at its native pixel size and was too small. This change removes the cap on the scale factor in the Konva field renderer and in the v1 and legacy PDF insert paths. The image scales in the two directions to fill the field, and the aspect ratio stays the same.