Skip to content

Commit

Permalink
Updated some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjbradley committed Apr 7, 2011
1 parent a482eb6 commit d9dd0f6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions README.md
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)**

Expand Down Expand Up @@ -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)**

Expand All @@ -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)**
Expand All @@ -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.

2 changes: 1 addition & 1 deletion assets/jquery.signaturepad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jquery.signaturepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit d9dd0f6

Please sign in to comment.