summaryrefslogtreecommitdiffstats
path: root/src/default.js
Commit message (Collapse)AuthorAgeFilesLines
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-271-51/+0
|
* satisfy linterUlrich-Matthias Schäfer2018-05-271-1/+1
|
* Should be the final redesignSaivan2018-05-241-1/+1
|
* The timeline is now decoupled from the real timeSaivan2018-05-151-0/+2
| | | | | | | | | | | | | | | This commit allows the timeline to exist independently of the actual time. This will allow it to be used to seek through an animation with relative ease. We also made some architectural changes to the timeline to support this. Changes ======= - Refactored the runner into its own file without exposing it to the user (changed the gulpfile) - The timeline no longer depends on the current time - The user can supply absolute times to queue events - Some more methods have been integrated into the timeline
* Added some timeline and Morphing functionsSaivan2018-04-231-0/+7
|
* The first half of the library complies with Standard lintingSaivan2018-02-271-31/+37
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-6/+6
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Moved SVG.invent to main svg.js filewout2014-07-231-23/+0
|
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-281-28/+23
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-0/+4
| | | | to 1.0.0-rc.5
* Bumped to v0.33wout2014-01-221-0/+0
|
* Various IE9 and IE10 fixeswout2013-07-041-1/+1
|
* Added memory modulewout2013-07-021-3/+3
|
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-18/+20
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-16/+18
|
* Fix in defaultswout2013-04-141-13/+13
|
* remove the use of keyword 'default'Rob Walch2013-04-141-1/+1
|
* Bumped to v0.11wout2013-03-241-22/+22
| | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-0/+56