This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Signature pad line weight


  1. wallahed
    Member

    I want to reduce the line weight (thickness) so that it is more like a pencil than a crayon.

    Anyone?

    Posted 10 years ago #
  2. yuniar

    You can edit the "includes/view-functions.php" file, search around line 350 for this code;

    lineTop: {$line_margin_top},
    lineMargin: 10,

    change it to become:

    lineTop: {$line_margin_top},
    lineMargin: 10,
    penWidth: 1,

    make sure to have it exactly like that (careful for missing comma).


    MachForm Founder

    Posted 10 years ago #

RSS feed for this topic

Reply