forked from thread-pond/signature-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a482eb6
commit d9dd0f6
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
SignaturePad | ||
============ | ||
=== | ||
|
||
SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas | ||
based signature pad. Records the drawn signature in JSON for later regeneration. | ||
|
||
Copyright MMXI, Thomas J Bradley, <[email protected]> | ||
|
||
Dependencies: flashcanvas, json2, jquery-1.3.2+ | ||
Dependencies: FlashCanvas 1.5, json2, jquery-1.3.2+ | ||
|
||
Versioned using Semantic Versioning, <http://semver.org/> | ||
|
||
|
||
Complete Documentation | ||
---------------------- | ||
--- | ||
<http://thomasjbradley.ca/lab/signature-pad> | ||
|
||
Source Code | ||
----------- | ||
--- | ||
<http://github.com/thomasjbradley/signature-pad> | ||
|
||
|
||
Version History | ||
--------------- | ||
--- | ||
**2.0.0 (Feb. 25, 2011)** | ||
|
||
- Switched to FlashCanvas instead of ExplorerCanvas (more reliable, less hacks needed, actively being developed) | ||
- .getSignatureImage() now works cross-browser thanks to FlashCanvas | ||
- `.getSignatureImage()` now works cross-browser thanks to FlashCanvas | ||
|
||
**1.5.1 (Feb. 23, 2011)** | ||
|
||
|
@@ -56,7 +56,7 @@ Version History | |
|
||
**1.3.0 (Aug. 29, 2010)** | ||
|
||
- Added getSignatureImage() method that calls toDataURL() on the canvas | ||
- Added `getSignatureImage()` method that calls `toDataURL()` on the canvas | ||
|
||
**1.2.2 (Aug. 29, 2010)** | ||
|
||
|
@@ -83,7 +83,7 @@ Version History | |
**1.1.1 (Jan. 26, 2010)** | ||
|
||
- Fixed a bug in IE 8, where IE 8 would not regenerate signatures | ||
Required a new version of flashcanvas (r71 from svn trunk) | ||
Required a new version of explorercanvas (r71 from svn trunk) | ||
IE6 still requires older release r3 to work | ||
|
||
**1.1.0 (Jan. 4, 2010)** | ||
|
@@ -100,3 +100,9 @@ Version History | |
**1.0.0 (Nov. 30, 2009)** | ||
|
||
- Initial Release | ||
|
||
|
||
License | ||
--- | ||
Signature Pad is licensed under the New BSD license, which is included in the downloadable package. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @preserve SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas | ||
* based signature pad. Records the drawn signature in JSON for later regeneration. | ||
* | ||
* Dependencies: flashcanvas, json2, jquery-1.3.2+ | ||
* Dependencies: FlashCanvas 1.5, json2, jquery-1.3.2+ | ||
* | ||
* @project ca.thomasjbradley.applications.signaturepad | ||
* @author Thomas J Bradley <[email protected]> | ||
|