Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.5.2 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions javascripts/raphael.sketchpad.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
/*
* Raphael SketchPad
* Version 0.5.1
* Copyright (c) 2011 Ian Li (http://ianli.com)
* Version 0.5.2
* Copyright (c) 2014 eMetric LLC
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
*
* Requires:
* jQuery http://jquery.com
* Raphael http://raphaeljs.com
* JSON http://www.json.org/js.html
*
* Reference:
* http://ianli.com/sketchpad/ for Usage
*
* Versions:
* 0.5.2 - Developed for eMetric platform
* 0.5.1 - Fixed extraneous lines when first line is drawn.
* Thanks to http://github.com/peterkeating for the fix!
* 0.5.0 - Added freeze_history. Fixed bug with undoing erase actions.
Expand All @@ -23,13 +21,6 @@
* 0.3.0 - Added erase, supported initializing data from input field.
* 0.2.0 - Added iPhone/iPod Touch support, onchange event, animate.
* 0.1.0 - Started code.
*
* TODO:
* - Speed up performance.
* - Don't store strokes in two places. _strokes and ActionHistory.current_strokes()
* - Don't rebuild strokes from history with ActionHistory.current_strokes()
* - Reduce file size.
* X V1. Changed stored path info from array into a string in SVG format.
*/

/**
Expand Down Expand Up @@ -908,4 +899,4 @@ var equiv = function () {

return innerEquiv;

}();
}();