Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save revans/4760902 to your computer and use it in GitHub Desktop.
Save revans/4760902 to your computer and use it in GitHub Desktop.
# see https://github.com/thomasjbradley/signature-pad for more details
instructions = JSON.load(data).map { |h| "line #{h['mx']},#{h['my']} #{h['lx']},#{h['ly']}" } * ' '
system "convert -size 198x55 xc:transparent -stroke blue -draw '#{instructions}' signature.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment