From e894b21b0d8586dd2b6aeb6eebba5bd93d0d608a Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 17 Nov 2014 09:37:14 +0100 Subject: [PATCH 1/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a03ee6..decf75b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ jSignature captures signature as vector outlines of the strokes. Although jSigna A extra effort (through smoothing and pressure simulation) is made to make the strokes look pretty on the screen while these are drawn by the signor. -All major desktop, tablet and phone browsers are supported. HTML5 Canvas element is used by default. We fall back on Flash-based Canvas element emulator (FlashCanvas) when actual Canvas is not supported by the browser (Iinternet Explorer v.8 and lower). +All major desktop, tablet and phone browsers are supported. HTML5 Canvas element is used by default. We fall back on Flash-based Canvas element emulator (FlashCanvas) when actual Canvas is not supported by the browser (Internet Explorer v.8 and lower). Real-time jSignature renders only the device-appropriate "prettiest" approximation of what we capture. Capture of data is always same - we capture as many movement coordinates as possible. Rendering of strokes differs per browser's capabilities, efficiency of the device, screen size. From db5563c1a59fbd685b7b04cbefcaff8b0a1dd389 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 17 Nov 2014 10:59:15 +0100 Subject: [PATCH 2/2] Update README.md Closing curly bracket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index decf75b..888468b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Usage examples: var datapair = $sigdiv.jSignature("getData", "svgbase64") var i = new Image() i.src = "data:" + datapair[0] + "," + datapair[1] - $(i).appendTo($("#someelement") // append the image (SVG) to DOM. + $(i).appendTo($("#someelement")) // append the image (SVG) to DOM. // Getting signature as "base30" data pair // array of [mimetype, string of jSIgnature"s custom Base30-compressed format]