Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -51/+0 |
| | |||||
* | satisfy linter | Ulrich-Matthias Schäfer | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | Should be the final redesign | Saivan | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | The timeline is now decoupled from the real time | Saivan | 2018-05-15 | 1 | -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 functions | Saivan | 2018-04-23 | 1 | -0/+7 |
| | |||||
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -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 comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -6/+6 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 1 | -23/+0 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -28/+23 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 1 | -0/+4 |
| | | | | to 1.0.0-rc.5 | ||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Various IE9 and IE10 fixes | wout | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Added memory module | wout | 2013-07-02 | 1 | -3/+3 |
| | |||||
* | Added default stroke-linejoin and stroke-linecap values | wout | 2013-06-24 | 1 | -18/+20 |
| | |||||
* | Added SVG.Number, reworked gradient system | wout | 2013-06-23 | 1 | -16/+18 |
| | |||||
* | Fix in defaults | wout | 2013-04-14 | 1 | -13/+13 |
| | |||||
* | remove the use of keyword 'default' | Rob Walch | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -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 matrix | wout | 2013-03-12 | 1 | -0/+56 |